diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 14 |
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. |