diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-07-28 11:51:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-28 11:51:31 +0200 |
commit | d0a05d57c856c8b68342ac075fb8d5f0f26f5df8 (patch) | |
tree | 8a5713c0c375ce75274d07d3841312c6a62a4041 | |
parent | 4b0b4afb5a9a47d89d461f6a16159ed5369ae143 (diff) | |
download | gana-d0a05d57c856c8b68342ac075fb8d5f0f26f5df8.tar.gz gana-d0a05d57c856c8b68342ac075fb8d5f0f26f5df8.zip |
more ECs
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 21 |
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 | |||
1279 | Description: The auditor that was specified is no longer used by this exchange. | 1279 | Description: The auditor that was specified is no longer used by this exchange. |
1280 | HttpStatus: 410 | 1280 | HttpStatus: 410 |
1281 | 1281 | ||
1282 | |||
1283 | Value: 1921 | ||
1284 | Name: EXCHANGE_KYC_AML_FORM_INCOMPLETE | ||
1285 | Description: The submitted KYC data lacks an attribute that is required by the KYC form. Please submit the complete form. | ||
1286 | HttpStatus: 400 | ||
1287 | |||
1288 | Value: 1922 | ||
1289 | Name: EXCHANGE_KYC_GENERIC_AML_PROGRAM_GONE | ||
1290 | Description: The request requires an AML program which is no longer configured at the exchange. Contact the exchange operator to address the configuration issue. | ||
1291 | HttpStatus: 500 | ||
1292 | |||
1293 | Value: 1923 | ||
1294 | Name: EXCHANGE_KYC_NOT_A_FORM | ||
1295 | Description: The given check is not of type 'form' and thus using this handler for form submission is incorrect. | ||
1296 | HttpStatus: 400 | ||
1297 | |||
1298 | Value: 1924 | ||
1299 | Name: EXCHANGE_KYC_GENERIC_CHECK_GONE | ||
1300 | Description: The request requires a check which is no longer configured at the exchange. Contact the exchange operator to address the configuration issue. | ||
1301 | HttpStatus: 500 | ||
1302 | |||
1282 | Value: 1925 | 1303 | Value: 1925 |
1283 | Name: EXCHANGE_KYC_WALLET_SIGNATURE_INVALID | 1304 | Name: EXCHANGE_KYC_WALLET_SIGNATURE_INVALID |
1284 | Description: The signature affirming the wallet's KYC request was invalid. | 1305 | Description: The signature affirming the wallet's KYC request was invalid. |