diff options
author | Florian Dold <florian@dold.me> | 2023-06-06 17:13:54 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-06-06 17:13:54 +0200 |
commit | 41253a688ba17dc4699d0ae227f3b90cde3c6ec6 (patch) | |
tree | c9cf93032f43f9b6fdd8607d87b549998bc8abdc | |
parent | f9ea79a6aae074928f44960f69bc3c2d0c9c7e1d (diff) |
new ec
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 5c25f30..c42dd3a 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -2360,6 +2360,11 @@ Name: WALLET_REFRESH_GROUP_INCOMPLETE Description: A group of refresh operations has errors and will be tried again later. HttpStatus: 0 +Value: 7030 +Name: WALLET_EXCHANGE_BASE_URL_MISMATCH +Description: The exchange's self-reported base URL does not match the one that the wallet is using. +HttpStatus: 0 + # 8000 - 8499: Reserved for Anastasis |