aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec11
1 files changed, 11 insertions, 0 deletions
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
188Description: The HTTP server failed to allocate memory for building JSON reply. 188Description: The HTTP server failed to allocate memory for building JSON reply.
189HttpStatus: 500 189HttpStatus: 500
190 190
191Value: 73
192Name: GENERIC_CURL_ALLOCATION_FAILURE
193Description: The HTTP server failed to allocate memory for making a CURL request.
194HttpStatus: 500
195
191# 80-99: available for future use 196# 80-99: available for future use
192 197
193 198
@@ -362,6 +367,12 @@ Name: EXCHANGE_DEPOSIT_INVALID_SIGNATURE_BY_EXCHANGE
362Description: The signature provided by the exchange is not valid. 367Description: The signature provided by the exchange is not valid.
363HttpStatus: 0 368HttpStatus: 0
364 369
370Value: 1222
371Name: EXCHANGE_DEPOSIT_FEE_ABOVE_AMOUNT
372Description: The deposited amount is smaller than the deposit fee, which would result in a negative contribution.
373HttpStatus: 400
374
375
365Value: 1250 376Value: 1250
366Name: EXCHANGE_RESERVES_GET_STATUS_UNKNOWN 377Name: EXCHANGE_RESERVES_GET_STATUS_UNKNOWN
367Description: The reserve status was requested using a unknown key. 378Description: The reserve status was requested using a unknown key.