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 700af8b..5fb2954 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2184,6 +2184,11 @@ Name: WALLET_UNEXPECTED_REQUEST_ERROR
2184Description: The wallet made a request to a service, but received an error response it does not know how to handle. 2184Description: The wallet made a request to a service, but received an error response it does not know how to handle.
2185HttpStatus: 0 2185HttpStatus: 0
2186 2186
2187Value: 7006
2188Name: WALLET_EXCHANGE_DENOMINATIONS_INSUFFICIENT
2189Description: The denominations offered by the exchange are insufficient. Likely the exchange is badly configured or not maintained.
2190HttpStatus: 0
2191
2187Value: 7010 2192Value: 7010
2188Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2193Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2189Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2194Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.