aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-28 11:51:31 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-28 11:51:31 +0200
commitd0a05d57c856c8b68342ac075fb8d5f0f26f5df8 (patch)
tree8a5713c0c375ce75274d07d3841312c6a62a4041
parent4b0b4afb5a9a47d89d461f6a16159ed5369ae143 (diff)
downloadgana-d0a05d57c856c8b68342ac075fb8d5f0f26f5df8.tar.gz
gana-d0a05d57c856c8b68342ac075fb8d5f0f26f5df8.zip
more ECs
-rw-r--r--gnu-taler-error-codes/registry.rec21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index d08cea2..189bd14 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1279,6 +1279,27 @@ Name: EXCHANGE_AUDITORS_AUDITOR_INACTIVE
1279Description: The auditor that was specified is no longer used by this exchange. 1279Description: The auditor that was specified is no longer used by this exchange.
1280HttpStatus: 410 1280HttpStatus: 410
1281 1281
1282
1283Value: 1921
1284Name: EXCHANGE_KYC_AML_FORM_INCOMPLETE
1285Description: The submitted KYC data lacks an attribute that is required by the KYC form. Please submit the complete form.
1286HttpStatus: 400
1287
1288Value: 1922
1289Name: EXCHANGE_KYC_GENERIC_AML_PROGRAM_GONE
1290Description: The request requires an AML program which is no longer configured at the exchange. Contact the exchange operator to address the configuration issue.
1291HttpStatus: 500
1292
1293Value: 1923
1294Name: EXCHANGE_KYC_NOT_A_FORM
1295Description: The given check is not of type 'form' and thus using this handler for form submission is incorrect.
1296HttpStatus: 400
1297
1298Value: 1924
1299Name: EXCHANGE_KYC_GENERIC_CHECK_GONE
1300Description: The request requires a check which is no longer configured at the exchange. Contact the exchange operator to address the configuration issue.
1301HttpStatus: 500
1302
1282Value: 1925 1303Value: 1925
1283Name: EXCHANGE_KYC_WALLET_SIGNATURE_INVALID 1304Name: EXCHANGE_KYC_WALLET_SIGNATURE_INVALID
1284Description: The signature affirming the wallet's KYC request was invalid. 1305Description: The signature affirming the wallet's KYC request was invalid.