commit bddac6f7879261d2ba6942bc95290906c40f589c parent 14a525926a15b8353d6f485016170c3f459ce578 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Wed, 6 Jul 2022 18:06:49 +0200 add taldir ec Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2310,8 +2310,18 @@ Name: LIBEUFIN_SANDBOX_UNCAUGHT_EXCEPTION Description: An uncaught exception happened in the LibEuFin sandbox service. HttpStatus: 500 +# 10000 - 10998: Taldir +Value: 10000 +Name: TALDIR_METHOD_NOT_SUPPORTED +Description: This validation method is not supported by the service. +HttpStatus: 404 + +Value: 10001 +Name: TALDIR_REGISTER_RATE_LIMITED +Description: Number of allowed attempts for initiating a challenge exceeded. +HttpStatus: 429 -Value: 9999 +Value: 10999 Name: END Description: End of error code range. HttpStatus: 0