aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-12 12:04:11 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-12 12:04:11 +0200
commit73f61323554df47079e19cd4236d148e2c17a1b3 (patch)
tree05161bf28f35844a2b3c81582c37f6626e656e58 /gnu-taler-error-codes
parente8c9ce8cb78b3594a1f4e6fe03c42eda5a08fb7e (diff)
downloadgana-73f61323554df47079e19cd4236d148e2c17a1b3.tar.gz
gana-73f61323554df47079e19cd4236d148e2c17a1b3.zip
need more ECs
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index dfc7744..b23ead0 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -618,10 +618,15 @@ Description: The exchange knows literally nothing about the coin we were asked t
618HttpStatus: 404 618HttpStatus: 404
619 619
620Value: 1501 620Value: 1501
621Name: REFUND_CONFLICT 621Name: REFUND_CONFLICT_DEPOSIT_INSUFFICIENT
622Description: We could not process the refund request as the coin's transaction history does not permit the requested refund at this time. The "history" in the response proves this. 622Description: We could not process the refund request as the coin's transaction history does not permit the requested refund because then refunds would exceed the deposit amount. The "history" in the response proves this.
623HttpStatus: 409 623HttpStatus: 409
624 624
625Value: 1502
626Name: REFUND_INCONSITENT_AMOUNT
627Description: We could not process the refund request as the same refund transaction ID was already used with a different amount. Retrying with a different refund transaction ID may work. The "history" in the response proves this by providing the conflicting entry.
628HttpStatus: 412
629
625Value: 1503 630Value: 1503
626Name: REFUND_DEPOSIT_NOT_FOUND 631Name: REFUND_DEPOSIT_NOT_FOUND
627Description: The exchange knows about the coin we were asked to refund, but not about the specific /deposit operation. Hence, we cannot issue a refund (as we do not know if this merchant public key is authorized to do a refund). 632Description: The exchange knows about the coin we were asked to refund, but not about the specific /deposit operation. Hence, we cannot issue a refund (as we do not know if this merchant public key is authorized to do a refund).