commit 1ab30099b5c9d0df709de1c96346ed878ef3c1c5 parent c93fc7b96d1a18b365eaf65feb00a7521881f26e Author: Özgür Kesim <oec-taler@kesim.org> Date: Sun, 12 Jan 2025 10:43:34 +0100 [taler] cleanup withdraw related error codes Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 22 | ++++++---------------- |
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -592,33 +592,23 @@ Description: The client re-used a withdraw nonce, which is not allowed. HttpStatus: 409 Value: 1161 -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. +Name: EXCHANGE_WITHDRAW_COMMITMENT_UNKNOWN +Description: The client provided an unknown commitment for a withdraw request. HttpStatus: 400 Value: 1164 -Name: EXCHANGE_AGE_WITHDRAW_REVEAL_INVALID_HASH +Name: EXCHANGE_WITHDRAW_REVEAL_INVALID_HASH Description: The original commitment differs from the calculated hash HttpStatus: 400 Value: 1165 -Name: EXCHANGE_AGE_WITHDRAW_MAXIMUM_AGE_TOO_LARGE +Name: EXCHANGE_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_BATCH_IDEMPOTENT_PLANCHET -Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed. +Name: EXCHANGE_WITHDRAW_IDEMPOTENT_PLANCHET +Description: The withdraw included a planchet that was already withdrawn. This is not allowed. HttpStatus: 409 Value: 1205