diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 98c16fd..8b0470c 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -2710,7 +2710,11 @@ Name: TALDIR_REGISTER_RATE_LIMITED Description: Number of allowed attempts for initiating a challenge exceeded. HttpStatus: 429 - +# 9750-9999: Challenger +Value: 9750 +Name: CHALLENGER_GENERIC_CLIENT_UNKNOWN +Description: The client is unknown or unauthorized. +HttpStatus: 404 # Some of our build systems expect the range to be < 10k, so let's keep it like this for now. Value: 9999 |