gana

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

commit d0a05d57c856c8b68342ac075fb8d5f0f26f5df8
parent 4b0b4afb5a9a47d89d461f6a16159ed5369ae143
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jul 2024 11:51:31 +0200

more ECs

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1279,6 +1279,27 @@ Name: EXCHANGE_AUDITORS_AUDITOR_INACTIVE Description: The auditor that was specified is no longer used by this exchange. HttpStatus: 410 + +Value: 1921 +Name: EXCHANGE_KYC_AML_FORM_INCOMPLETE +Description: The submitted KYC data lacks an attribute that is required by the KYC form. Please submit the complete form. +HttpStatus: 400 + +Value: 1922 +Name: EXCHANGE_KYC_GENERIC_AML_PROGRAM_GONE +Description: The request requires an AML program which is no longer configured at the exchange. Contact the exchange operator to address the configuration issue. +HttpStatus: 500 + +Value: 1923 +Name: EXCHANGE_KYC_NOT_A_FORM +Description: The given check is not of type 'form' and thus using this handler for form submission is incorrect. +HttpStatus: 400 + +Value: 1924 +Name: EXCHANGE_KYC_GENERIC_CHECK_GONE +Description: The request requires a check which is no longer configured at the exchange. Contact the exchange operator to address the configuration issue. +HttpStatus: 500 + Value: 1925 Name: EXCHANGE_KYC_WALLET_SIGNATURE_INVALID Description: The signature affirming the wallet's KYC request was invalid.