aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-12 21:28:49 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-12 21:28:49 +0100
commita7abaa856abbd16994132c5596ce04f442b9f4b9 (patch)
tree72cd01bfdc97892978351d685bfc223063a5951a /gnu-taler-error-codes
parent3a616a04f1cd946bf0641b54cd71f1b858174f74 (diff)
downloadgana-a7abaa856abbd16994132c5596ce04f442b9f4b9.tar.gz
gana-a7abaa856abbd16994132c5596ce04f442b9f4b9.zip
-add new AML ECs
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 99ef43f..e3c9988 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -408,6 +408,16 @@ Name: EXCHANGE_GENERIC_AML_OFFICER_ACCESS_DENIED
408Description: The specified AML officer does not have access at this time. 408Description: The specified AML officer does not have access at this time.
409HttpStatus: 403 409HttpStatus: 403
410 410
411Value: 1035
412Name: EXCHANGE_GENERIC_AML_PENDING
413Description: The requested operation is denied pending the resolution of an anti-money laundering investigation by the exchange operator. This is a manual process, please wait and retry later.
414HttpStatus: 451
415
416Value: 1036
417Name: EXCHANGE_GENERIC_AML_FROZEN
418Description: The requested operation is denied as the account was frozen on suspicion of money laundering. Please contact the exchange operator.
419HttpStatus: 451
420
411 421
412Value: 1100 422Value: 1100
413Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 423Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND