commit 647604503e53c36549646463cc201c0021ca8c15 parent d0ffd2c4b796143faad124fc7b00a743b2698954 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 2 Sep 2025 12:47:30 +0200 more ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -270,7 +270,10 @@ Name: GENERIC_FAILED_TO_EXPAND_TEMPLATE Description: The backend could not expand the template to generate an HTML reply. The system administrator should investigate the logs and check if the templates are well-formed. HttpStatus: 500 - +Value: 0076 +Name: GENERIC_FEATURE_NOT_IMPLEMENTED +Description: The requested feature is not implemented by the server. The system administrator of the server may try to update the software or build it with other options to enable the feature. +HttpStatus: 501 # 0080-0099: available for future use @@ -1534,6 +1537,11 @@ Name: MERCHANT_GENERIC_CATEGORY_UNKNOWN Description: The product category is not known to the backend. HttpStatus: 404 +Value: 2004 +Name: MERCHANT_GENERIC_MFA_HELPER_EXEC_FAILED +Description: The backend failed to launch a helper process required for the multi-factor authentication step. The backend operator should check the logs and fix the Taler merchant backend configuration. +HttpStatus: 500 + Value: 2005 Name: MERCHANT_GENERIC_ORDER_UNKNOWN Description: The proposal is not known to the backend.