aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-21 16:46:49 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-21 16:46:49 +0530
commit7ab660026213f1005df7d63404b3f85cef72fb16 (patch)
tree3971feb471e74ece1085a1379ca3edf28df92aad
parent9ed3ff782a1c1bd3cc13062e347618188ed4adb3 (diff)
downloadgana-7ab660026213f1005df7d63404b3f85cef72fb16.tar.gz
gana-7ab660026213f1005df7d63404b3f85cef72fb16.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 13d132a..700af8b 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2179,6 +2179,11 @@ Name: WALLET_HTTP_REQUEST_THROTTLED
2179Description: The wallet tried to make a network request, but it was throttled. 2179Description: The wallet tried to make a network request, but it was throttled.
2180HttpStatus: 0 2180HttpStatus: 0
2181 2181
2182Value: 7005
2183Name: 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.
2185HttpStatus: 0
2186
2182Value: 7010 2187Value: 7010
2183Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2188Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2184Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2189Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.