aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-25 11:30:04 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-25 11:30:04 +0200
commit8911778784c09e2cdc2464e9146e3dfa655edd1f (patch)
tree378ab66a1f4aa58ad163b011a264e6716ec12426
parentf2c57293b707a2d6c6ef57088851e271ec7fcac9 (diff)
downloadgana-8911778784c09e2cdc2464e9146e3dfa655edd1f.tar.gz
gana-8911778784c09e2cdc2464e9146e3dfa655edd1f.zip
new ECs
-rw-r--r--gnu-taler-error-codes/registry.rec24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 5790385..b26a439 100644
--- 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
1358Description: 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. 1358Description: 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.
1359HttpStatus: 409 1359HttpStatus: 409
1360 1360
1361Value: 1945
1362Name: EXCHANGE_KYC_AML_PROGRAM_FAILURE
1363Description: The AML program failed. This is either caused by a configuration change or a bug. Please contact technical support.
1364HttpStatus: 500
1365
1366Value: 1946
1367Name: EXCHANGE_KYC_AML_PROGRAM_MALFORMED_RESULT
1368Description: The AML program returned a malformed result. This is a bug. Please contact technical support.
1369HttpStatus: 500
1370
1371Value: 1947
1372Name: EXCHANGE_KYC_GENERIC_PROVIDER_INCOMPLETE_REPLY
1373Description: The response from the KYC provider lacked required attributes. Please contact technical support.
1374HttpStatus: 502
1375
1376Value: 1948
1377Name: EXCHANGE_KYC_GENERIC_PROVIDER_INCOMPLETE_CONTEXT
1378Description: The context of the KYC check lacked required fields. This is a bug. Please contact technical support.
1379HttpStatus: 500
1380
1381Value: 1949
1382Name: EXCHANGE_KYC_GENERIC_AML_LOGIC_BUG
1383Description: The logic plugin had a bug in its AML processing. This is a bug. Please contact technical support.
1384HttpStatus: 500
1361 1385
1362Value: 1950 1386Value: 1950
1363Name: EXCHANGE_CONTRACTS_UNKNOWN 1387Name: EXCHANGE_CONTRACTS_UNKNOWN