diff options
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 22 |
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 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. |