aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-01 13:00:08 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-01 13:00:08 +0200
commit625ae124ff4404702be49a06cf118ce0c7510d22 (patch)
tree1d20858134c10a35d11149408f7c9d92a8b47eab /gnu-taler-error-codes/registry.rec
parent0172bed41a8fdfc4ef2511e311441120a3d2572d (diff)
downloadgana-625ae124ff4404702be49a06cf118ce0c7510d22.tar.gz
gana-625ae124ff4404702be49a06cf118ce0c7510d22.zip
-new status codes
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 10 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b7e74dd..74064ab 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -431,6 +431,16 @@ Name: EXCHANGE_WITHDRAW_UNBLIND_FAILURE
431Description: The client failed to unblind the blind signature. 431Description: The client failed to unblind the blind signature.
432HttpStatus: 0 432HttpStatus: 0
433 433
434Value: 1160
435Name: EXCHANGE_WITHDRAW_NONCE_REUSE
436Description: The client re-used a withdraw nonce, which is not allowed.
437HttpStatus: 400
438
439Value: 1175
440Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET
441Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed.
442HttpStatus: 409
443
434Value: 1205 444Value: 1205
435Name: EXCHANGE_DEPOSIT_COIN_SIGNATURE_INVALID 445Name: EXCHANGE_DEPOSIT_COIN_SIGNATURE_INVALID
436Description: The signature made by the coin over the deposit permission is not valid. 446Description: 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
960Description: The deposited amount is less than the purse fee. 970Description: The deposited amount is less than the purse fee.
961HttpStatus: 400 971HttpStatus: 400
962 972
963Value: 1875
964Name: EXCHANGE_MERGE_PURSE_NOT_FOUND
965Description: The purse to be merged is not known.
966HttpStatus: 404
967
968Value: 1876 973Value: 1876
969Name: EXCHANGE_PURSE_MERGE_INVALID_MERGE_SIGNATURE 974Name: EXCHANGE_PURSE_MERGE_INVALID_MERGE_SIGNATURE
970Description: The signature using the merge key is invalid. 975Description: The signature using the merge key is invalid.