aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit59de2acb7c716c816ed15786b5369e56c325770c (patch)
tree0b06071177b3bd5f55f22f94ad2955d00fc3040a
parente2c325ca89b92aed98a30b23fd653b1adb9af683 (diff)
downloadgana-59de2acb7c716c816ed15786b5369e56c325770c.tar.gz
gana-59de2acb7c716c816ed15786b5369e56c325770c.zip
added EXCHANGE_AGE_WITHDRAW_REVEAL_INVALID_HASH to taler error codes
-rw-r--r--gnu-taler-error-codes/registry.rec5
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
524Description: The total sum of value and fees from the denominations differs from the committed amount with fees. 524Description: The total sum of value and fees from the denominations differs from the committed amount with fees.
525HttpStatus: 400 525HttpStatus: 400
526 526
527Value: 1164
528Name: EXCHANGE_AGE_WITHDRAW_REVEAL_INVALID_HASH
529Description: The original commitment differs from the calculated hash
530HttpStatus: 400
531
527Value: 1175 532Value: 1175
528Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET 533Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET
529Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed. 534Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed.