commit 2e56c864ed9c99a46cbb692cdb2dc38ecb3a6a4c parent c8b33d0884b0ad9f9583b2a74ddd8859b0caedfb Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 3 Aug 2020 00:57:18 +0200 new error codes Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -837,6 +837,16 @@ Name: PROPOSAL_INSTANCE_CONFIGURATION_LACKS_WIRE Description: The backend lacks a wire transfer method configuration option for the given instance. HttpStatus: 0 +Value: 2003 +Name: MERCHANT_FAILED_TO_LOAD_TEMPLATE +Description: The backend could not locate a required template to generate an HTML reply. +HttpStatus: 406 + +Value: 2004 +Name: MERCHANT_FAILED_TO_EXPAND_TEMPLATE +Description: The backend could not expand the template to generate an HTML reply. +HttpStatus: 500 + Value: 2100 Name: PAY_MERCHANT_INVALID_RESPONSE Description: The merchant failed to provide a meaningful response to a /pay request. This error is created client-side.