aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-21 20:51:46 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-21 20:51:46 +0100
commita7ea30c0c82c39f27588d929a6dfe7c8d5a41e42 (patch)
tree68e4a0e07cee1768a3c6cd1bf27129c151897327
parentb123140349c3e3b300878d2e35cea1553c9a381d (diff)
downloadgana-a7ea30c0c82c39f27588d929a6dfe7c8d5a41e42.tar.gz
gana-a7ea30c0c82c39f27588d929a6dfe7c8d5a41e42.zip
need more ECs
-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.