aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-10 10:05:35 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-10 10:05:41 +0200
commit78c4af6a73b666dce01c60e52650c06509f7a4a0 (patch)
tree0a706dfe94b91a30ade64ffae129dfbb5a940109
parentdfddcd33cb89f5b9057349b47064fe1b3d72c73a (diff)
downloadgana-78c4af6a73b666dce01c60e52650c06509f7a4a0.tar.gz
gana-78c4af6a73b666dce01c60e52650c06509f7a4a0.zip
-new ECs
-rw-r--r--gnu-taler-error-codes/registry.rec16
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
1343Description: 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. 1343Description: 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.
1344HttpStatus: 409 1344HttpStatus: 409
1345 1345
1346Value: 1942
1347Name: EXCHANGE_KYC_MEASURES_MALFORMED
1348Description: The internal state of the exchange specifying KYC measures is malformed. Please contact technical support.
1349HttpStatus: 500
1350
1351Value: 1943
1352Name: EXCHANGE_KYC_MEASURE_INDEX_INVALID
1353Description: The specified index does not refer to a valid KYC measure. Please check the URL.
1354HttpStatus: 404
1355
1356Value: 1944
1357Name: 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.
1359HttpStatus: 409
1360
1361
1346Value: 1950 1362Value: 1950
1347Name: EXCHANGE_CONTRACTS_UNKNOWN 1363Name: EXCHANGE_CONTRACTS_UNKNOWN
1348Description: The exchange does not know a contract under the given contract public key. 1364Description: The exchange does not know a contract under the given contract public key.