commit 9bd398f6783ac7a0ab80b589cc37b37036134b4c parent fe4fecb017950ae1eb31db72f1b8c3717a62094d Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 2 Sep 2025 22:20:15 +0200 new ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 21 | +++++++++++++++------ |
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1710,9 +1710,9 @@ Description: The provided TAN code is invalid for this challenge. HttpStatus: 409 Value: 2126 -Name: MERCHANT_TAN_CHALLENGE_EXPIRED -Description: The challenge has expired and thus cannot be solved anymore. -HttpStatus: 410 +Name: MERCHANT_TAN_CHALLENGE_UNKNOWN +Description: The backend is not aware of the specified MFA challenge. +HttpStatus: 404 Value: 2127 Name: MERCHANT_TAN_TOO_MANY_ATTEMPTS @@ -1725,10 +1725,19 @@ Description: The backend failed to launch a helper process required for the mult HttpStatus: 502 Value: 2129 -Name: MERCHANT_TAN_CHALLENGE_UNKNOWN -Description: The backend is not aware of the specified MFA challenge. -HttpStatus: 404 +Name: MERCHANT_TAN_CHALLENGE_SOLVED +Description: The challenge was already solved. Thus, we refuse to send it again. +HttpStatus: 410 +Value: 2130 +Name: MERCHANT_TAN_TOO_EARLY +Description: It is too early to request another transmission of the challenge. The client should wait and see if they received the previous challenge. +HttpStatus: 429 + +Value: 2131 +Name: MERCHANT_MFA_FORBIDDEN +Description: There have been too many attempts to solve MFA. The client may attempt again in the future. +HttpStatus: 403 # 2150-2199: post orders ID pay endpoint