commit 5cfe18c5bbfd404a5f7cf27a78577c881ddb9ebd
parent e85f29911cacb7693891ebc7b2d5600bc505f2cd
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Wed, 26 Apr 2023 09:23:32 +0200
start challenger
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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