diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-07-10 10:05:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-10 10:05:41 +0200 |
commit | 78c4af6a73b666dce01c60e52650c06509f7a4a0 (patch) | |
tree | 0a706dfe94b91a30ade64ffae129dfbb5a940109 | |
parent | dfddcd33cb89f5b9057349b47064fe1b3d72c73a (diff) | |
download | gana-78c4af6a73b666dce01c60e52650c06509f7a4a0.tar.gz gana-78c4af6a73b666dce01c60e52650c06509f7a4a0.zip |
-new ECs
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index eeff53c..6de8f2e 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec | |||
@@ -1343,6 +1343,22 @@ Name: EXCHANGE_KYC_FORM_ALREADY_UPLOADED | |||
1343 | Description: The form has been previously uploaded, and may only be filed once. The user should be redirected to their main KYC page and see if any other steps need to be taken. | 1343 | Description: The form has been previously uploaded, and may only be filed once. The user should be redirected to their main KYC page and see if any other steps need to be taken. |
1344 | HttpStatus: 409 | 1344 | HttpStatus: 409 |
1345 | 1345 | ||
1346 | Value: 1942 | ||
1347 | Name: EXCHANGE_KYC_MEASURES_MALFORMED | ||
1348 | Description: The internal state of the exchange specifying KYC measures is malformed. Please contact technical support. | ||
1349 | HttpStatus: 500 | ||
1350 | |||
1351 | Value: 1943 | ||
1352 | Name: EXCHANGE_KYC_MEASURE_INDEX_INVALID | ||
1353 | Description: The specified index does not refer to a valid KYC measure. Please check the URL. | ||
1354 | HttpStatus: 404 | ||
1355 | |||
1356 | Value: 1944 | ||
1357 | 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. | ||
1359 | HttpStatus: 409 | ||
1360 | |||
1361 | |||
1346 | Value: 1950 | 1362 | Value: 1950 |
1347 | Name: EXCHANGE_CONTRACTS_UNKNOWN | 1363 | Name: EXCHANGE_CONTRACTS_UNKNOWN |
1348 | Description: The exchange does not know a contract under the given contract public key. | 1364 | Description: The exchange does not know a contract under the given contract public key. |