diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-06 18:57:27 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-06 18:57:27 +0200 |
commit | 70d745e765ef7f819408d3118b005378723072cd (patch) | |
tree | 05e55ba390f683c25aea1f2582dd1d1a7e9ede18 | |
parent | 85736484cb0da26aded705ebb1e944e8bb1b8504 (diff) |
more challenger EC types
-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 |