aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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.