aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-03-06 20:37:12 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-03-06 20:37:12 +0100
commit02132ededc12a0a1cfd81f0ca76c384304e15259 (patch)
treefbfe291c9c674dd4f74596997ac7abdc997ea840
parent1defd223c49704ba8172aea13ba61dbf98527b65 (diff)
downloadgana-02132ededc12a0a1cfd81f0ca76c384304e15259.tar.gz
gana-02132ededc12a0a1cfd81f0ca76c384304e15259.zip
added EXCHANGE_AGE_WITHDRAW_AMOUNT_INCORRECT, EXCHANGE_AGE_WITHDRAW_AMOUNT_OVERFLOW
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index edeafa9..1871563 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -514,6 +514,16 @@ Name: EXCHANGE_AGE_WITHDRAW_COMMITMENT_UNKNOWN
514Description: The client provided an unknown commitment for an age-withdraw request. 514Description: The client provided an unknown commitment for an age-withdraw request.
515HttpStatus: 400 515HttpStatus: 400
516 516
517Value: 1162
518Name: EXCHANGE_AGE_WITHDRAW_AMOUNT_OVERFLOW
519Description: The total sum of amounts from the denominations did overflow.
520HttpStatus: 500
521
522Value: 1163
523Name: EXCHANGE_AGE_WITHDRAW_AMOUNT_INCORRECT
524Description: The total sum of value and fees from the denominations differs from the committed amount with fees.
525HttpStatus: 400
526
517Value: 1175 527Value: 1175
518Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET 528Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET
519Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed. 529Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed.