gana

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

commit ad9f19403d24badbaef368667ae3774c32bce21f
parent c03edc10730ce9de2ad67063c65e16a25e76bb73
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 13 May 2026 07:47:36 +0200

new EC

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1359,6 +1359,11 @@ Name: EXCHANGE_AUDITORS_AUDITOR_INACTIVE Description: The auditor that was specified is no longer used by this exchange. HttpStatus: 410 +Value: 1917 +Name: EXCHANGE_KYC_INVALID_FORM_SUBMITTED +Description: The client submitted the wrong form for the request. This is some invalid use of the API. Please contact technical support. +HttpStatus: 409 + Value: 1918 Name: EXCHANGE_KYC_GENERIC_AML_PROGRAM_TIMEOUT Description: The exchange tried to run an AML program, but that program did not terminate on time. Contact the exchange operator to address the AML program bug or performance issue. If it is not a performance issue, the timeout might have to be increased (requires changes to the source code).