commit 0628f5e3ba679f93b59e10a47bf37774669110b1
parent e7103267008996a81bbcec6cc2997196d841a364
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 16 May 2024 16:41:38 +0200
-add new EC
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -253,7 +253,7 @@ HttpStatus: 500
Value: 0074
Name: GENERIC_FAILED_TO_LOAD_TEMPLATE
Description: The backend could not locate a required template to generate an HTML reply. The system administrator should check if the resource files are installed in the correct location and are readable to the service.
-HttpStatus: 500
+HttpStatus: 406
Value: 0075
Name: GENERIC_FAILED_TO_EXPAND_TEMPLATE
@@ -1318,6 +1318,11 @@ Name: EXCHANGE_KYC_WEBHOOK_UNAUTHORIZED
Description: The request to the webhook lacked proper authorization or authentication data.
HttpStatus: 401
+Value: 1939
+Name: EXCHANGE_KYC_CHECK_REQUEST_UNKNOWN
+Description: The exchange is unaware of the given requirement row.
+HttpStatus: 404
+
Value: 1950