aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-03-06 18:59:35 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-03-06 18:59:35 +0100
commit667a0b5efaab24e681396c62ea3bafe175c815a0 (patch)
treed87c3c280fe2b17b865a1c5845cb34d3e3083199 /gnu-taler-error-codes
parent8a9cd5c9d081427405108c8ea165aeb4c8ef677b (diff)
downloadgana-667a0b5efaab24e681396c62ea3bafe175c815a0.tar.gz
gana-667a0b5efaab24e681396c62ea3bafe175c815a0.zip
added TALER_EC_EXCHANGE_AGE_WITHDRAW_COMMITMENT_UNKNOWN
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 52003df..6a743de 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -509,6 +509,11 @@ Name: EXCHANGE_WITHDRAW_NONCE_REUSE
509Description: The client re-used a withdraw nonce, which is not allowed. 509Description: The client re-used a withdraw nonce, which is not allowed.
510HttpStatus: 409 510HttpStatus: 409
511 511
512Value: 1161
513Name: EXCHANGE_AGE_WITHDRAW_COMMITMENT_UNKNOWN,
514Description: The client provided an unknown commitment for an age-withdraw request.
515HttpStatus: 400
516
512Value: 1175 517Value: 1175
513Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET 518Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET
514Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed. 519Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed.