diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-06 21:16:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-06 21:16:54 +0200 |
commit | e50e37672fae7983fb5e934cd1d381b92648f7b6 (patch) | |
tree | f0f005a2b9669c19393802891a393ce7cedf56af | |
parent | 4654d82b143cd69dfe7a7bf2f816f6f91f6052e2 (diff) |
-more ECs
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 5a0a3f6..9ad9ac7 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -2760,6 +2760,16 @@ Name: CHALLENGER_CLIENT_FORBIDDEN_INVALID_CODE Description: The code given is not valid. HttpStatus: 403 +Value: 9757 +Name: CHALLENGER_TOO_MANY_ATTEMPTS +Description: Too many attempts have been made, validation is temporarily disabled for this address. +HttpStatus: 429 + +Value: 9758 +Name: CHALLENGER_INVALID_PIN +Description: The PIN code provided is incorrect. +HttpStatus: 403 + # Some of our build systems expect the range to be < 10k, so let's keep it like this for now. Value: 9999 |