aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-21 16:44:02 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-21 16:44:02 +0530
commit9ed3ff782a1c1bd3cc13062e347618188ed4adb3 (patch)
treed73c4c14622a2eeed41c6a56446c238075251987 /gnu-taler-error-codes/registry.rec
parentdfb9fc500acf32011f16862835369347ca221990 (diff)
downloadgana-9ed3ff782a1c1bd3cc13062e347618188ed4adb3.tar.gz
gana-9ed3ff782a1c1bd3cc13062e347618188ed4adb3.zip
more wallet error codes
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 1bd3140..13d132a 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2164,6 +2164,21 @@ Name: WALLET_UNEXPECTED_EXCEPTION
2164Description: The wallet encountered an unexpected exception. This is likely a bug in the wallet implementation. 2164Description: The wallet encountered an unexpected exception. This is likely a bug in the wallet implementation.
2165HttpStatus: 500 2165HttpStatus: 500
2166 2166
2167Value: 7002
2168Name: WALLET_RECEIVED_MALFORMED_RESPONSE
2169Description: The wallet received a response from a server, but the response can't be parsed.
2170HttpStatus: 0
2171
2172Value: 7003
2173Name: WALLET_NETWORK_ERROR
2174Description: The wallet tried to make a network request, but it received no response.
2175HttpStatus: 0
2176
2177Value: 7004
2178Name: WALLET_HTTP_REQUEST_THROTTLED
2179Description: The wallet tried to make a network request, but it was throttled.
2180HttpStatus: 0
2181
2167Value: 7010 2182Value: 7010
2168Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2183Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2169Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2184Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.