aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-09-05 09:51:26 +0200
committerChristian Grothoff <christian@grothoff.org>2024-09-05 09:51:26 +0200
commitb4e33545ccb3a946a215af8a6566d7b9354bd977 (patch)
treed935cac3949823a77df25f9acd52e110a8bf42a2
parent7d199a4a0e85592cf0fa4032d9e6a6764e53a593 (diff)
downloadgana-b4e33545ccb3a946a215af8a6566d7b9354bd977.tar.gz
gana-b4e33545ccb3a946a215af8a6566d7b9354bd977.zip
new EC
-rw-r--r--gnu-taler-error-codes/registry.rec5
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
1283Description: The auditor that was specified is no longer used by this exchange. 1283Description: The auditor that was specified is no longer used by this exchange.
1284HttpStatus: 410 1284HttpStatus: 410
1285 1285
1286Value: 1919
1287Name: EXCHANGE_KYC_INFO_AUTHORIZATION_FAILED
1288Description: The KYC info access token is not recognized. Hence the request was denied.
1289HttpStatus: 403
1290
1286Value: 1920 1291Value: 1920
1287Name: EXCHANGE_KYC_RECURSIVE_RULE_DETECTED 1292Name: EXCHANGE_KYC_RECURSIVE_RULE_DETECTED
1288Description: 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. 1293Description: 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.