summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-04-26 09:23:32 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-04-26 09:23:36 +0200
commit5cfe18c5bbfd404a5f7cf27a78577c881ddb9ebd (patch)
tree4691543a63a2f77bc35f6fad1cdbb2e94b9a1d9c
parente85f29911cacb7693891ebc7b2d5600bc505f2cd (diff)
start challenger
-rw-r--r--gnu-taler-error-codes/registry.rec6
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