aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-06 12:53:49 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-06 12:53:49 +0200
commitece1fd9d6613eb53c7bf6f4568af55f68babd238 (patch)
treecc7b9dbe5195eae0d9d0e4c86b60a497d8650302 /gnu-taler-error-codes
parentd4234f340c6e7261de36ab5fad3d53597ea8ecd0 (diff)
downloadgana-ece1fd9d6613eb53c7bf6f4568af55f68babd238.tar.gz
gana-ece1fd9d6613eb53c7bf6f4568af55f68babd238.zip
new ECs
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 7b304c2..8002812 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1261,6 +1261,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_REFUND_DEADLINE_PAST_WIRE_TRANSFER_DEADLINE
1261Description: The refund deadline in the contract is after the transfer deadline. 1261Description: The refund deadline in the contract is after the transfer deadline.
1262HttpStatus: 500 1262HttpStatus: 500
1263 1263
1264Value: 2160
1265Name: MERCHANT_POST_ORDERS_ID_PAY_ALREADY_PAID
1266Description: The order was already paid (maybe by another wallet?).
1267HttpStatus: 409
1268
1264Value: 2161 1269Value: 2161
1265Name: MERCHANT_POST_ORDERS_ID_PAY_OFFER_EXPIRED 1270Name: MERCHANT_POST_ORDERS_ID_PAY_OFFER_EXPIRED
1266Description: The payment is too late, the offer has expired. 1271Description: The payment is too late, the offer has expired.
@@ -1480,6 +1485,11 @@ Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT
1480Description: The order provided to the backend could not be deleted, our offer is still valid and awaiting payment. 1485Description: The order provided to the backend could not be deleted, our offer is still valid and awaiting payment.
1481HttpStatus: 409 1486HttpStatus: 409
1482 1487
1488Value: 2521
1489Name: MERCHANT_PRIVATE_DELETE_ORDERS_ALREADY_PAID
1490Description: The order provided to the backend could not be deleted as the order was already paid.
1491HttpStatus: 409
1492
1483Value: 2530 1493Value: 2530
1484Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_INCONSISTENT_AMOUNT 1494Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_INCONSISTENT_AMOUNT
1485Description: The amount to be refunded is inconsistent: either is lower than the previous amount being awarded, or it is too big to be paid back. In this second case, the fault stays on the business dept. side. 1495Description: The amount to be refunded is inconsistent: either is lower than the previous amount being awarded, or it is too big to be paid back. In this second case, the fault stays on the business dept. side.