commit 02132ededc12a0a1cfd81f0ca76c384304e15259 parent 1defd223c49704ba8172aea13ba61dbf98527b65 Author: Özgür Kesim <oec-taler@kesim.org> Date: Mon, 6 Mar 2023 20:37:12 +0100 added EXCHANGE_AGE_WITHDRAW_AMOUNT_INCORRECT, EXCHANGE_AGE_WITHDRAW_AMOUNT_OVERFLOW Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -514,6 +514,16 @@ 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: 1175 Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed.