aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-21 17:04:37 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-21 17:04:37 +0530
commitf219138009049d349777f637f906215c08cbfa3d (patch)
treee8da0cbe480c60ebcb6a33835fa1cb0c435ec8f5
parent7ab660026213f1005df7d63404b3f85cef72fb16 (diff)
downloadgana-f219138009049d349777f637f906215c08cbfa3d.tar.gz
gana-f219138009049d349777f637f906215c08cbfa3d.zip
more wallet 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.