aboutsummaryrefslogtreecommitdiff
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)
downloadgana-e3a8982b3271011adef2d2aaeb4a45022dbfb465.tar.gz
gana-e3a8982b3271011adef2d2aaeb4a45022dbfb465.zip
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
2745Description: The grant is unknown to the service (it could also have expired). 2745Description: The grant is unknown to the service (it could also have expired).
2746HttpStatus: 404 2746HttpStatus: 404
2747 2747
2748Value: 9754
2749Name: CHALLENGER_CLIENT_FORBIDDEN_BAD_CODE
2750Description: The code given is not even well-formed.
2751HttpStatus: 403
2752
2753Value: 9755
2754Name: CHALLENGER_GENERIC_VALDIATION_UNKNOWN
2755Description: The service is not aware of the referenced validation process.
2756HttpStatus: 404
2757
2758Value: 9756
2759Name: CHALLENGER_CLIENT_FORBIDDEN_INVALID_CODE
2760Description: The code given is not valid.
2761HttpStatus: 403
2748 2762
2749 2763
2750# Some of our build systems expect the range to be < 10k, so let's keep it like this for now. 2764# Some of our build systems expect the range to be < 10k, so let's keep it like this for now.