diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-07-21 17:24:44 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-07-21 17:24:44 +0530 |
commit | 81f29d8a93c56846821d1cc11431d117fd69ad5b (patch) | |
tree | 51bab62de44fa0657fd6db709f792ab43f325af7 /gnu-taler-error-codes | |
parent | f219138009049d349777f637f906215c08cbfa3d (diff) |
more wallet error codes
Diffstat (limited to 'gnu-taler-error-codes')
-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 5fb2954..3bdde27 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -2189,6 +2189,11 @@ Name: WALLET_EXCHANGE_DENOMINATIONS_INSUFFICIENT Description: The denominations offered by the exchange are insufficient. Likely the exchange is badly configured or not maintained. HttpStatus: 0 +Value: 7006 +Name: WALLET_EXCHANGE_RESERVE_DOES_NOT_EXIST +Description: The exchange reports that the reserve does not exist (yet). +HttpStatus: 0 + Value: 7010 Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. |