summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-06 19:01:39 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-06 19:01:39 +0200
commite3a8982b3271011adef2d2aaeb4a45022dbfb465 (patch)
tree212ab81f757a9de235635654be33c9cc96f0a856
parent70d745e765ef7f819408d3118b005378723072cd (diff)
more ECs
-rw-r--r--gnu-taler-error-codes/registry.rec14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 5059964..a9b60c3 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2745,6 +2745,20 @@ Name: CHALLENGER_GRANT_UNKNOWN
Description: The grant is unknown to the service (it could also have expired).
HttpStatus: 404
+Value: 9754
+Name: CHALLENGER_CLIENT_FORBIDDEN_BAD_CODE
+Description: The code given is not even well-formed.
+HttpStatus: 403
+
+Value: 9755
+Name: CHALLENGER_GENERIC_VALDIATION_UNKNOWN
+Description: The service is not aware of the referenced validation process.
+HttpStatus: 404
+
+Value: 9756
+Name: CHALLENGER_CLIENT_FORBIDDEN_INVALID_CODE
+Description: The code given is not valid.
+HttpStatus: 403
# Some of our build systems expect the range to be < 10k, so let's keep it like this for now.