commit 9cbe26585922c08f6f719131539ac86d50fbbb4c
parent 192055a2ab9e0ad612122ac30780fcca4fd5f11f
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 Oct 2025 13:06:16 +0200
idempotent planchet is really a 400, remove dead code
Diffstat:
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -589,11 +589,6 @@ 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 reused a withdraw nonce, which is not allowed.
-HttpStatus: 409
-
Value: 1161
Name: EXCHANGE_WITHDRAW_COMMITMENT_UNKNOWN
Description: The client provided an unknown commitment for an age-withdraw request.
@@ -621,8 +616,8 @@ HttpStatus: 409
Value: 1175
Name: EXCHANGE_WITHDRAW_IDEMPOTENT_PLANCHET
-Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed.
-HttpStatus: 409
+Description: The withdraw operation included the same planchet more than once. This is not allowed.
+HttpStatus: 400
Value: 1205
Name: EXCHANGE_DEPOSIT_COIN_SIGNATURE_INVALID
@@ -2878,11 +2873,6 @@ Name: WALLET_EXCHANGE_COIN_SIGNATURE_INVALID
Description: The signature on a coin by the exchange's denomination key is invalid after unblinding it.
HttpStatus: 0
-Value: 7010
-Name: WALLET_EXCHANGE_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
-Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.
-HttpStatus: 404
-
Value: 7011
Name: WALLET_CORE_NOT_AVAILABLE
Description: The wallet core service is not available.