commit a7ea30c0c82c39f27588d929a6dfe7c8d5a41e42 parent b123140349c3e3b300878d2e35cea1553c9a381d Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 21 Dec 2021 20:51:46 +0100 need more ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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 Description: The exchange failed to obtain the transaction history of the given coin from the database while generating an insufficient funds errors. HttpStatus: 500 +Value: 1015 +Name: EXCHANGE_GENERIC_COIN_CONFLICTING_AGE_HASH +Description: The same coin was already used with a different age hash previously. +HttpStatus: 409 @@ -365,6 +369,11 @@ Name: EXCHANGE_DEPOSIT_COIN_SIGNATURE_INVALID Description: The signature made by the coin over the deposit permission is not valid. HttpStatus: 403 +Value: 1206 +Name: EXCHANGE_DEPOSIT_CONFLICTING_CONTRACT +Description: The same coin was already deposited for the same merchant and contract with other details. +HttpStatus: 409 + Value: 1207 Name: EXCHANGE_DEPOSIT_NEGATIVE_VALUE_AFTER_FEE Description: The stated value of the coin after the deposit fee is subtracted would be negative.