diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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 |