commit e3a8982b3271011adef2d2aaeb4a45022dbfb465 parent 70d745e765ef7f819408d3118b005378723072cd Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 6 May 2023 19:01:39 +0200 more ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git 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.