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.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.