aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-16 13:50:09 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-16 13:50:09 +0200
commitce901edbaf496244f50f45b221d0c2c929c47637 (patch)
tree87022a9a8122cfedbdaba1628f8fcde6fd89478b /gnu-taler-error-codes/registry.rec
parente340b038e3a5ae3fbb87a68b534bd2646df5e6f0 (diff)
downloadgana-ce901edbaf496244f50f45b221d0c2c929c47637.tar.gz
gana-ce901edbaf496244f50f45b221d0c2c929c47637.zip
-move templating to exchange
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec22
1 files changed, 12 insertions, 10 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b5d551b..f6a5d16 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -211,6 +211,18 @@ Name: GENERIC_CURL_ALLOCATION_FAILURE
211Description: The HTTP server failed to allocate memory for making a CURL request. 211Description: The HTTP server failed to allocate memory for making a CURL request.
212HttpStatus: 500 212HttpStatus: 500
213 213
214Value: 74
215Name: GENERIC_FAILED_TO_LOAD_TEMPLATE
216Description: The backend could not locate a required template to generate an HTML reply.
217HttpStatus: 406
218
219Value: 75
220Name: GENERIC_FAILED_TO_EXPAND_TEMPLATE
221Description: The backend could not expand the template to generate an HTML reply.
222HttpStatus: 500
223
224
225
214# 80-99: available for future use 226# 80-99: available for future use
215 227
216 228
@@ -1161,16 +1173,6 @@ Name: MERCHANT_GENERIC_RESERVE_PUB_MALFORMED
1161Description: The reserve key of given to a /reserves/ handler was malformed. 1173Description: The reserve key of given to a /reserves/ handler was malformed.
1162HttpStatus: 400 1174HttpStatus: 400
1163 1175
1164Value: 2003
1165Name: MERCHANT_GENERIC_FAILED_TO_LOAD_TEMPLATE
1166Description: The backend could not locate a required template to generate an HTML reply.
1167HttpStatus: 406
1168
1169Value: 2004
1170Name: MERCHANT_GENERIC_FAILED_TO_EXPAND_TEMPLATE
1171Description: The backend could not expand the template to generate an HTML reply.
1172HttpStatus: 500
1173
1174Value: 2005 1176Value: 2005
1175Name: MERCHANT_GENERIC_ORDER_UNKNOWN 1177Name: MERCHANT_GENERIC_ORDER_UNKNOWN
1176Description: The proposal is not known to the backend. 1178Description: The proposal is not known to the backend.