commit 4a422477b82fbe24a8cb623bbc2f085f3e4f7411 parent e87822f88ce82d0d14df6673842b6523a2c371a1 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 8 Dec 2024 17:42:55 +0100 new EC Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1282,6 +1282,11 @@ Name: EXCHANGE_AUDITORS_AUDITOR_INACTIVE Description: The auditor that was specified is no longer used by this exchange. HttpStatus: 410 +Value: 1918 +Name: EXCHANGE_KYC_GENERIC_AML_PROGRAM_TIMEOUT +Description: The exchange tried to run an AML program, but that program did not terminate on time. Contact the exchange operator to address the AML program bug or performance issue. If it is not a performance issue, the timeout might have to be increased (requires changes to the source code). +HttpStatus: 500 + Value: 1919 Name: EXCHANGE_KYC_INFO_AUTHORIZATION_FAILED Description: The KYC info access token is not recognized. Hence the request was denied.