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) | |
download | gana-70d745e765ef7f819408d3118b005378723072cd.tar.gz gana-70d745e765ef7f819408d3118b005378723072cd.zip |
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 | |||
2730 | Description: The client is unknown or unauthorized. | 2730 | Description: The client is unknown or unauthorized. |
2731 | HttpStatus: 404 | 2731 | HttpStatus: 404 |
2732 | 2732 | ||
2733 | Value: 9751 | ||
2734 | Name: CHALLENGER_GENERIC_CLIENT_FORBIDDEN_BAD_REDIRECT_URI | ||
2735 | Description: The client is not authorized to use the given redirect URI. | ||
2736 | HttpStatus: 403 | ||
2737 | |||
2738 | Value: 9752 | ||
2739 | Name: CHALLENGER_HELPER_EXEC_FAILED | ||
2740 | Description: The service failed to execute its helper process to send the challenge. | ||
2741 | HttpStatus: 500 | ||
2742 | |||
2743 | Value: 9753 | ||
2744 | Name: CHALLENGER_GRANT_UNKNOWN | ||
2745 | Description: The grant is unknown to the service (it could also have expired). | ||
2746 | HttpStatus: 404 | ||
2747 | |||
2748 | |||
2749 | |||
2733 | # Some of our build systems expect the range to be < 10k, so let's keep it like this for now. | 2750 | # Some of our build systems expect the range to be < 10k, so let's keep it like this for now. |
2734 | Value: 9999 | 2751 | Value: 9999 |
2735 | Name: END | 2752 | Name: END |