commit 0c0707a6c6a65ba54ad1abc2b907dc7927c8fc7f parent 836cdc706d849ec5965b3b7795fcefe95344a969 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 13 Apr 2022 19:46:29 +0200 -no more timeout Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1952,11 +1952,6 @@ Name: ANASTASIS_TRUTH_RATE_LIMITED Description: The request rate is too high. The server is refusing requests to guard against brute-force attacks. HttpStatus: 429 -Value: 8122 -Name: ANASTASIS_TRUTH_AUTH_TIMEOUT -Description: The authentication process did not yet complete. The user should try again later. -HttpStatus: 403 - Value: 8123 Name: ANASTASIS_TRUTH_CHALLENGE_WRONG_METHOD Description: A request to issue a challenge is not valid for this authentication method. @@ -2027,6 +2022,11 @@ Name: ANASTASIS_IBAN_INVALID Description: The provided IBAN address is not an acceptable IBAN. HttpStatus: 409 +Value: 8231 +Name: ANASTASIS_IBAN_FORBIDDEN +Description: The provider has not yet received the IBAN wire transfer authorizing the disclosure of the key share. +HttpStatus: 403 + Value: 8240 Name: ANASTASIS_TOTP_KEY_MISSING