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.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 de2d251..193eb91 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2300,6 +2300,11 @@ Name: WALLET_HTTP_REQUEST_THROTTLED
2300Description: The wallet made too many HTTP requests within a given time. This can indicate a bug in the retry logic. 2300Description: The wallet made too many HTTP requests within a given time. This can indicate a bug in the retry logic.
2301HttpStatus: 0 2301HttpStatus: 0
2302 2302
2303Value: 7014
2304Name: WALLET_HTTP_REQUEST_TIMEOUT
2305Description: An HTTP request made by the wallet timed out.
2306HttpStatus: 0
2307
2303Value: 9999 2308Value: 9999
2304Name: END 2309Name: END
2305Description: End of error code range. 2310Description: End of error code range.