From 2e56c864ed9c99a46cbb692cdb2dc38ecb3a6a4c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 3 Aug 2020 00:57:18 +0200 Subject: new error codes --- gnu-taler-error-codes/registry.rec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 451e768..40e3b8e 100644 --- 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. -- cgit v1.2.3