aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
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
2189Description: The denominations offered by the exchange are insufficient. Likely the exchange is badly configured or not maintained. 2189Description: The denominations offered by the exchange are insufficient. Likely the exchange is badly configured or not maintained.
2190HttpStatus: 0 2190HttpStatus: 0
2191 2191
2192Value: 7006
2193Name: WALLET_EXCHANGE_RESERVE_DOES_NOT_EXIST
2194Description: The exchange reports that the reserve does not exist (yet).
2195HttpStatus: 0
2196
2192Value: 7010 2197Value: 7010
2193Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2198Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2194Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2199Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.