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