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