diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 37e518a..5059964 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -2730,6 +2730,23 @@ Name: CHALLENGER_GENERIC_CLIENT_UNKNOWN Description: The client is unknown or unauthorized. HttpStatus: 404 +Value: 9751 +Name: CHALLENGER_GENERIC_CLIENT_FORBIDDEN_BAD_REDIRECT_URI +Description: The client is not authorized to use the given redirect URI. +HttpStatus: 403 + +Value: 9752 +Name: CHALLENGER_HELPER_EXEC_FAILED +Description: The service failed to execute its helper process to send the challenge. +HttpStatus: 500 + +Value: 9753 +Name: CHALLENGER_GRANT_UNKNOWN +Description: The grant is unknown to the service (it could also have expired). +HttpStatus: 404 + + + # Some of our build systems expect the range to be < 10k, so let's keep it like this for now. Value: 9999 Name: END |