commit 625ae124ff4404702be49a06cf118ce0c7510d22 parent 0172bed41a8fdfc4ef2511e311441120a3d2572d Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 1 May 2022 13:00:08 +0200 -new status codes Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 15 | ++++++++++----- |
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -431,6 +431,16 @@ Name: EXCHANGE_WITHDRAW_UNBLIND_FAILURE Description: The client failed to unblind the blind signature. HttpStatus: 0 +Value: 1160 +Name: EXCHANGE_WITHDRAW_NONCE_REUSE +Description: The client re-used a withdraw nonce, which is not allowed. +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. +HttpStatus: 409 + Value: 1205 Name: EXCHANGE_DEPOSIT_COIN_SIGNATURE_INVALID Description: The signature made by the coin over the deposit permission is not valid. @@ -960,11 +970,6 @@ Name: EXCHANGE_CREATE_PURSE_NEGATIVE_VALUE_AFTER_FEE Description: The deposited amount is less than the purse fee. HttpStatus: 400 -Value: 1875 -Name: EXCHANGE_MERGE_PURSE_NOT_FOUND -Description: The purse to be merged is not known. -HttpStatus: 404 - Value: 1876 Name: EXCHANGE_PURSE_MERGE_INVALID_MERGE_SIGNATURE Description: The signature using the merge key is invalid.