summaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-20 16:01:29 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-20 16:01:29 +0530
commitc1f03b4db8d810d8ce2565b483fe48e6faab890b (patch)
tree25b8d2f17109234913ba6f43d7dce054c68591f3 /gnu-taler-error-codes
parent72da9f2ef38d6f494a493172c25ccae9521149d6 (diff)
ec
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
Description: The wallet made too many HTTP requests within a given time. This can indicate a bug in the retry logic.
HttpStatus: 0
+Value: 7014
+Name: WALLET_HTTP_REQUEST_TIMEOUT
+Description: An HTTP request made by the wallet timed out.
+HttpStatus: 0
+
Value: 9999
Name: END
Description: End of error code range.