aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec17
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
2730Description: The client is unknown or unauthorized. 2730Description: The client is unknown or unauthorized.
2731HttpStatus: 404 2731HttpStatus: 404
2732 2732
2733Value: 9751
2734Name: CHALLENGER_GENERIC_CLIENT_FORBIDDEN_BAD_REDIRECT_URI
2735Description: The client is not authorized to use the given redirect URI.
2736HttpStatus: 403
2737
2738Value: 9752
2739Name: CHALLENGER_HELPER_EXEC_FAILED
2740Description: The service failed to execute its helper process to send the challenge.
2741HttpStatus: 500
2742
2743Value: 9753
2744Name: CHALLENGER_GRANT_UNKNOWN
2745Description: The grant is unknown to the service (it could also have expired).
2746HttpStatus: 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.
2734Value: 9999 2751Value: 9999
2735Name: END 2752Name: END