gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit d7ac4af315814676a246437b091eb0d5ecf25ba1
parent 94407db3ec24c5515bc5582861f72cdde99af32b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 11 Aug 2026 23:51:41 +0200

fix gana order

Diffstat:
Mgnu-taler-error-codes/registry.rec | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1865,6 +1865,11 @@ 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 + Value: 2132 Name: MERCHANT_TAN_ADDRESS_UNUSABLE Description: The transmission helper rejected the address configured for this multi-factor authentication step: it is malformed, of the wrong length, not a mobile subscription, unallocated, or blocked. The address should be corrected. @@ -1880,12 +1885,6 @@ Name: MERCHANT_TAN_HELPER_MISCONFIGURED Description: The transmission helper is misconfigured: a required credential is absent, the configured credentials were refused by the provider, or the provider account has insufficient balance. The backend operator should check the logs and fix the Taler merchant backend configuration. HttpStatus: 500 -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 Value: 2150