gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 55f230a2449b46c4ac4b09ab3b0117a78d0f8a5b
parent 308272f85c466943db5a50cedbe7aa816f8cbdd3
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Thu, 16 Jan 2025 16:43:52 +0100

Revert "[taler] cleanup withdraw related error codes"

This reverts commit 1ab30099b5c9d0df709de1c96346ed878ef3c1c5.

Diffstat:
Mgnu-taler-error-codes/registry.rec | 22++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -592,23 +592,33 @@ Description: The client re-used a withdraw nonce, which is not allowed. HttpStatus: 409 Value: 1161 -Name: EXCHANGE_WITHDRAW_COMMITMENT_UNKNOWN -Description: The client provided an unknown commitment for a withdraw request. +Name: EXCHANGE_AGE_WITHDRAW_COMMITMENT_UNKNOWN +Description: The client provided an unknown commitment for an age-withdraw request. +HttpStatus: 400 + +Value: 1162 +Name: EXCHANGE_AGE_WITHDRAW_AMOUNT_OVERFLOW +Description: The total sum of amounts from the denominations did overflow. +HttpStatus: 500 + +Value: 1163 +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_WITHDRAW_REVEAL_INVALID_HASH +Name: EXCHANGE_AGE_WITHDRAW_REVEAL_INVALID_HASH Description: The original commitment differs from the calculated hash HttpStatus: 400 Value: 1165 -Name: EXCHANGE_WITHDRAW_MAXIMUM_AGE_TOO_LARGE +Name: EXCHANGE_AGE_WITHDRAW_MAXIMUM_AGE_TOO_LARGE Description: The maximum age in the commitment is too large for the reserve HttpStatus: 409 Value: 1175 -Name: EXCHANGE_WITHDRAW_IDEMPOTENT_PLANCHET -Description: The withdraw included a planchet that was already withdrawn. This is not allowed. +Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET +Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed. HttpStatus: 409 Value: 1205