aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-07-06 18:06:49 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-07-06 18:06:49 +0200
commitbddac6f7879261d2ba6942bc95290906c40f589c (patch)
tree618f278939fd5c833999f58468cb671a242cb323
parent14a525926a15b8353d6f485016170c3f459ce578 (diff)
downloadgana-bddac6f7879261d2ba6942bc95290906c40f589c.tar.gz
gana-bddac6f7879261d2ba6942bc95290906c40f589c.zip
add taldir ec
-rw-r--r--gnu-taler-error-codes/registry.rec12
1 files changed, 11 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index f6ef1be..34db079 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2310,8 +2310,18 @@ Name: LIBEUFIN_SANDBOX_UNCAUGHT_EXCEPTION
2310Description: An uncaught exception happened in the LibEuFin sandbox service. 2310Description: An uncaught exception happened in the LibEuFin sandbox service.
2311HttpStatus: 500 2311HttpStatus: 500
2312 2312
2313# 10000 - 10998: Taldir
2314Value: 10000
2315Name: TALDIR_METHOD_NOT_SUPPORTED
2316Description: This validation method is not supported by the service.
2317HttpStatus: 404
2318
2319Value: 10001
2320Name: TALDIR_REGISTER_RATE_LIMITED
2321Description: Number of allowed attempts for initiating a challenge exceeded.
2322HttpStatus: 429
2313 2323
2314Value: 9999 2324Value: 10999
2315Name: END 2325Name: END
2316Description: End of error code range. 2326Description: End of error code range.
2317HttpStatus: 0 2327HttpStatus: 0