commit 70d745e765ef7f819408d3118b005378723072cd parent 85736484cb0da26aded705ebb1e944e8bb1b8504 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 6 May 2023 18:57:27 +0200 more challenger EC types Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git 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