aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-03 00:57:18 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-03 00:57:18 +0200
commit2e56c864ed9c99a46cbb692cdb2dc38ecb3a6a4c (patch)
tree4e5c88bf7974ee063ce9b839a7ea6ad6a701a634 /gnu-taler-error-codes/registry.rec
parentc8b33d0884b0ad9f9583b2a74ddd8859b0caedfb (diff)
downloadgana-2e56c864ed9c99a46cbb692cdb2dc38ecb3a6a4c.tar.gz
gana-2e56c864ed9c99a46cbb692cdb2dc38ecb3a6a4c.zip
new error codes
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.