diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-03-13 00:01:35 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-03-13 00:01:35 +0100 |
commit | 59de2acb7c716c816ed15786b5369e56c325770c (patch) | |
tree | 0b06071177b3bd5f55f22f94ad2955d00fc3040a | |
parent | e2c325ca89b92aed98a30b23fd653b1adb9af683 (diff) |
added EXCHANGE_AGE_WITHDRAW_REVEAL_INVALID_HASH to taler error codes
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index d4dbc91..7f8a959 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -524,6 +524,11 @@ Name: EXCHANGE_AGE_WITHDRAW_AMOUNT_INCORRECT Description: The total sum of value and fees from the denominations differs from the committed amount with fees. HttpStatus: 400 +Value: 1164 +Name: EXCHANGE_AGE_WITHDRAW_REVEAL_INVALID_HASH +Description: The original commitment differs from the calculated hash +HttpStatus: 400 + Value: 1175 Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed. |