gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit ce901edbaf496244f50f45b221d0c2c929c47637
parent e340b038e3a5ae3fbb87a68b534bd2646df5e6f0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 Aug 2022 13:50:09 +0200

-move templating to exchange

Diffstat:
Mgnu-taler-error-codes/registry.rec | 22++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -211,6 +211,18 @@ Name: GENERIC_CURL_ALLOCATION_FAILURE Description: The HTTP server failed to allocate memory for making a CURL request. HttpStatus: 500 +Value: 74 +Name: GENERIC_FAILED_TO_LOAD_TEMPLATE +Description: The backend could not locate a required template to generate an HTML reply. +HttpStatus: 406 + +Value: 75 +Name: GENERIC_FAILED_TO_EXPAND_TEMPLATE +Description: The backend could not expand the template to generate an HTML reply. +HttpStatus: 500 + + + # 80-99: available for future use @@ -1161,16 +1173,6 @@ Name: MERCHANT_GENERIC_RESERVE_PUB_MALFORMED Description: The reserve key of given to a /reserves/ handler was malformed. HttpStatus: 400 -Value: 2003 -Name: MERCHANT_GENERIC_FAILED_TO_LOAD_TEMPLATE -Description: The backend could not locate a required template to generate an HTML reply. -HttpStatus: 406 - -Value: 2004 -Name: MERCHANT_GENERIC_FAILED_TO_EXPAND_TEMPLATE -Description: The backend could not expand the template to generate an HTML reply. -HttpStatus: 500 - Value: 2005 Name: MERCHANT_GENERIC_ORDER_UNKNOWN Description: The proposal is not known to the backend.