aboutsummaryrefslogtreecommitdiff
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)
downloadgana-5cfe18c5bbfd404a5f7cf27a78577c881ddb9ebd.tar.gz
gana-5cfe18c5bbfd404a5f7cf27a78577c881ddb9ebd.zip
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
2710Description: Number of allowed attempts for initiating a challenge exceeded. 2710Description: Number of allowed attempts for initiating a challenge exceeded.
2711HttpStatus: 429 2711HttpStatus: 429
2712 2712
2713 2713# 9750-9999: Challenger
2714Value: 9750
2715Name: CHALLENGER_GENERIC_CLIENT_UNKNOWN
2716Description: The client is unknown or unauthorized.
2717HttpStatus: 404
2714 2718
2715# Some of our build systems expect the range to be < 10k, so let's keep it like this for now. 2719# Some of our build systems expect the range to be < 10k, so let's keep it like this for now.
2716Value: 9999 2720Value: 9999