diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-09-05 09:51:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-09-05 09:51:26 +0200 |
commit | b4e33545ccb3a946a215af8a6566d7b9354bd977 (patch) | |
tree | d935cac3949823a77df25f9acd52e110a8bf42a2 | |
parent | 7d199a4a0e85592cf0fa4032d9e6a6764e53a593 (diff) | |
download | gana-b4e33545ccb3a946a215af8a6566d7b9354bd977.tar.gz gana-b4e33545ccb3a946a215af8a6566d7b9354bd977.zip |
new EC
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index a79f2ab..d8e911a 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec | |||
@@ -1283,6 +1283,11 @@ Name: EXCHANGE_AUDITORS_AUDITOR_INACTIVE | |||
1283 | Description: The auditor that was specified is no longer used by this exchange. | 1283 | Description: The auditor that was specified is no longer used by this exchange. |
1284 | HttpStatus: 410 | 1284 | HttpStatus: 410 |
1285 | 1285 | ||
1286 | Value: 1919 | ||
1287 | Name: EXCHANGE_KYC_INFO_AUTHORIZATION_FAILED | ||
1288 | Description: The KYC info access token is not recognized. Hence the request was denied. | ||
1289 | HttpStatus: 403 | ||
1290 | |||
1286 | Value: 1920 | 1291 | Value: 1920 |
1287 | Name: EXCHANGE_KYC_RECURSIVE_RULE_DETECTED | 1292 | Name: EXCHANGE_KYC_RECURSIVE_RULE_DETECTED |
1288 | Description: The exchange got stuck in a long series of (likely recursive) KYC rules without user-inputs that did not result in a timely conclusion. This is a configuration failure. Please contact the administrator. | 1293 | Description: The exchange got stuck in a long series of (likely recursive) KYC rules without user-inputs that did not result in a timely conclusion. This is a configuration failure. Please contact the administrator. |