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.rec9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index c0b4368..8576cf9 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -282,6 +282,10 @@ Name: EXCHANGE_GENERIC_HISTORY_DB_ERROR_INSUFFICIENT_FUNDS
282Description: The exchange failed to obtain the transaction history of the given coin from the database while generating an insufficient funds errors. 282Description: The exchange failed to obtain the transaction history of the given coin from the database while generating an insufficient funds errors.
283HttpStatus: 500 283HttpStatus: 500
284 284
285Value: 1015
286Name: EXCHANGE_GENERIC_COIN_CONFLICTING_AGE_HASH
287Description: The same coin was already used with a different age hash previously.
288HttpStatus: 409
285 289
286 290
287 291
@@ -365,6 +369,11 @@ Name: EXCHANGE_DEPOSIT_COIN_SIGNATURE_INVALID
365Description: The signature made by the coin over the deposit permission is not valid. 369Description: The signature made by the coin over the deposit permission is not valid.
366HttpStatus: 403 370HttpStatus: 403
367 371
372Value: 1206
373Name: EXCHANGE_DEPOSIT_CONFLICTING_CONTRACT
374Description: The same coin was already deposited for the same merchant and contract with other details.
375HttpStatus: 409
376
368Value: 1207 377Value: 1207
369Name: EXCHANGE_DEPOSIT_NEGATIVE_VALUE_AFTER_FEE 378Name: EXCHANGE_DEPOSIT_NEGATIVE_VALUE_AFTER_FEE
370Description: The stated value of the coin after the deposit fee is subtracted would be negative. 379Description: The stated value of the coin after the deposit fee is subtracted would be negative.