aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
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
837Description: The backend lacks a wire transfer method configuration option for the given instance. 837Description: The backend lacks a wire transfer method configuration option for the given instance.
838HttpStatus: 0 838HttpStatus: 0
839 839
840Value: 2003
841Name: MERCHANT_FAILED_TO_LOAD_TEMPLATE
842Description: The backend could not locate a required template to generate an HTML reply.
843HttpStatus: 406
844
845Value: 2004
846Name: MERCHANT_FAILED_TO_EXPAND_TEMPLATE
847Description: The backend could not expand the template to generate an HTML reply.
848HttpStatus: 500
849
840Value: 2100 850Value: 2100
841Name: PAY_MERCHANT_INVALID_RESPONSE 851Name: PAY_MERCHANT_INVALID_RESPONSE
842Description: The merchant failed to provide a meaningful response to a /pay request. This error is created client-side. 852Description: The merchant failed to provide a meaningful response to a /pay request. This error is created client-side.