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.rec11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index e4e125e..58f5a3a 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2288,7 +2288,7 @@ Description: The reducer already synchronized with all providers.
2288HttpStatus: 0 2288HttpStatus: 0
2289 2289
2290 2290
2291# 9000 - 9998: LibEuFin. 2291# 9000 - 9599: LibEuFin.
2292 2292
2293Value: 9000 2293Value: 9000
2294Name: LIBEUFIN_NEXUS_GENERIC_ERROR 2294Name: LIBEUFIN_NEXUS_GENERIC_ERROR
@@ -2310,18 +2310,19 @@ 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 2313# 9600 - 9749: Taldir
2314Value: 10000 2314Value: 9600
2315Name: TALDIR_METHOD_NOT_SUPPORTED 2315Name: TALDIR_METHOD_NOT_SUPPORTED
2316Description: This validation method is not supported by the service. 2316Description: This validation method is not supported by the service.
2317HttpStatus: 404 2317HttpStatus: 404
2318 2318
2319Value: 10001 2319Value: 9601
2320Name: TALDIR_REGISTER_RATE_LIMITED 2320Name: TALDIR_REGISTER_RATE_LIMITED
2321Description: Number of allowed attempts for initiating a challenge exceeded. 2321Description: Number of allowed attempts for initiating a challenge exceeded.
2322HttpStatus: 429 2322HttpStatus: 429
2323 2323
2324Value: 10999 2324# Some of our build systems expect the range to be < 10k, so let's keep it like this for now.
2325Value: 9999
2325Name: END 2326Name: END
2326Description: End of error code range. 2327Description: End of error code range.
2327HttpStatus: 0 2328HttpStatus: 0