commit 8911778784c09e2cdc2464e9146e3dfa655edd1f parent f2c57293b707a2d6c6ef57088851e271ec7fcac9 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 25 Jul 2024 11:30:04 +0200 new ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 24 | ++++++++++++++++++++++++ |
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1358,6 +1358,30 @@ Name: EXCHANGE_KYC_INVALID_LOGIC_TO_CHECK Description: The operation is not supported by the selected KYC logic. This is either caused by a configuration change or some invalid use of the API. Please contact technical support. HttpStatus: 409 +Value: 1945 +Name: EXCHANGE_KYC_AML_PROGRAM_FAILURE +Description: The AML program failed. This is either caused by a configuration change or a bug. Please contact technical support. +HttpStatus: 500 + +Value: 1946 +Name: EXCHANGE_KYC_AML_PROGRAM_MALFORMED_RESULT +Description: The AML program returned a malformed result. This is a bug. Please contact technical support. +HttpStatus: 500 + +Value: 1947 +Name: EXCHANGE_KYC_GENERIC_PROVIDER_INCOMPLETE_REPLY +Description: The response from the KYC provider lacked required attributes. Please contact technical support. +HttpStatus: 502 + +Value: 1948 +Name: EXCHANGE_KYC_GENERIC_PROVIDER_INCOMPLETE_CONTEXT +Description: The context of the KYC check lacked required fields. This is a bug. Please contact technical support. +HttpStatus: 500 + +Value: 1949 +Name: EXCHANGE_KYC_GENERIC_AML_LOGIC_BUG +Description: The logic plugin had a bug in its AML processing. This is a bug. Please contact technical support. +HttpStatus: 500 Value: 1950 Name: EXCHANGE_CONTRACTS_UNKNOWN