From 8166fa3c0f5fd84dedf6e68324d74aecad4981ad Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Apr 2021 19:50:07 +0200 Subject: more error codes (for #6817) --- gnu-taler-error-codes/registry.rec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 82a515c..6e077d4 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -188,6 +188,11 @@ Name: GENERIC_JSON_ALLOCATION_FAILURE Description: The HTTP server failed to allocate memory for building JSON reply. HttpStatus: 500 +Value: 73 +Name: GENERIC_CURL_ALLOCATION_FAILURE +Description: The HTTP server failed to allocate memory for making a CURL request. +HttpStatus: 500 + # 80-99: available for future use @@ -362,6 +367,12 @@ Name: EXCHANGE_DEPOSIT_INVALID_SIGNATURE_BY_EXCHANGE Description: The signature provided by the exchange is not valid. HttpStatus: 0 +Value: 1222 +Name: EXCHANGE_DEPOSIT_FEE_ABOVE_AMOUNT +Description: The deposited amount is smaller than the deposit fee, which would result in a negative contribution. +HttpStatus: 400 + + Value: 1250 Name: EXCHANGE_RESERVES_GET_STATUS_UNKNOWN Description: The reserve status was requested using a unknown key. -- cgit v1.2.3