aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-06 21:16:54 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-06 21:16:54 +0200
commite50e37672fae7983fb5e934cd1d381b92648f7b6 (patch)
treef0f005a2b9669c19393802891a393ce7cedf56af
parent4654d82b143cd69dfe7a7bf2f816f6f91f6052e2 (diff)
downloadgana-e50e37672fae7983fb5e934cd1d381b92648f7b6.tar.gz
gana-e50e37672fae7983fb5e934cd1d381b92648f7b6.zip
-more ECs
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 5a0a3f6..9ad9ac7 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2760,6 +2760,16 @@ Name: CHALLENGER_CLIENT_FORBIDDEN_INVALID_CODE
2760Description: The code given is not valid. 2760Description: The code given is not valid.
2761HttpStatus: 403 2761HttpStatus: 403
2762 2762
2763Value: 9757
2764Name: CHALLENGER_TOO_MANY_ATTEMPTS
2765Description: Too many attempts have been made, validation is temporarily disabled for this address.
2766HttpStatus: 429
2767
2768Value: 9758
2769Name: CHALLENGER_INVALID_PIN
2770Description: The PIN code provided is incorrect.
2771HttpStatus: 403
2772
2763 2773
2764# Some of our build systems expect the range to be < 10k, so let's keep it like this for now. 2774# Some of our build systems expect the range to be < 10k, so let's keep it like this for now.
2765Value: 9999 2775Value: 9999