diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-04-26 09:23:32 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-04-26 09:23:36 +0200 |
commit | 5cfe18c5bbfd404a5f7cf27a78577c881ddb9ebd (patch) | |
tree | 4691543a63a2f77bc35f6fad1cdbb2e94b9a1d9c | |
parent | e85f29911cacb7693891ebc7b2d5600bc505f2cd (diff) |
start challenger
-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 |