aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-02 20:06:09 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-02 20:06:09 +0100
commit2b37e9bfad4e3380cf4c42992724ccc466f67980 (patch)
treeb1addc7d580785c76f530d1bc590ec49b18960b3 /gnu-taler-error-codes
parentc6caa0a91e01b0c74fd71fce71ee5207264a492c (diff)
downloadgana-2b37e9bfad4e3380cf4c42992724ccc466f67980.tar.gz
gana-2b37e9bfad4e3380cf4c42992724ccc466f67980.zip
improve error message texts
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec28
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 7e2d1f0..f37d2d3 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1748,52 +1748,52 @@ HttpStatus: 409
1748 1748
1749Value: 2500 1749Value: 2500
1750Name: MERCHANT_PRIVATE_POST_ORDERS_INSTANCE_CONFIGURATION_LACKS_WIRE 1750Name: MERCHANT_PRIVATE_POST_ORDERS_INSTANCE_CONFIGURATION_LACKS_WIRE
1751Description: The backend lacks a wire transfer method configuration option for the given instance. Thus, this instance is unavailable (not findable for creating new orders). 1751Description: The merchant instance has no active bank accounts configured. However, at least one bank account must be available to create new orders.
1752HttpStatus: 404 1752HttpStatus: 404
1753 1753
1754Value: 2501 1754Value: 2501
1755Name: MERCHANT_PRIVATE_POST_ORDERS_NO_LOCALTIME 1755Name: MERCHANT_PRIVATE_POST_ORDERS_NO_LOCALTIME
1756Description: The proposal had no timestamp and the backend failed to obtain the local time. Likely to be an internal error. 1756Description: The proposal had no timestamp and the merchant backend failed to obtain the current local time.
1757HttpStatus: 500 1757HttpStatus: 500
1758 1758
1759Value: 2502 1759Value: 2502
1760Name: MERCHANT_PRIVATE_POST_ORDERS_PROPOSAL_PARSE_ERROR 1760Name: MERCHANT_PRIVATE_POST_ORDERS_PROPOSAL_PARSE_ERROR
1761Description: The order provided to the backend could not be parsed, some required fields were missing or ill-formed. 1761Description: The order provided to the backend could not be parsed; likely some required fields were missing or ill-formed.
1762HttpStatus: 400 1762HttpStatus: 400
1763 1763
1764Value: 2503 1764Value: 2503
1765Name: MERCHANT_PRIVATE_POST_ORDERS_ALREADY_EXISTS 1765Name: MERCHANT_PRIVATE_POST_ORDERS_ALREADY_EXISTS
1766Description: The backend encountered an error: the proposal already exists. 1766Description: A conflicting order (sharing the same order identifier) already exists at this merchant backend instance.
1767HttpStatus: 409 1767HttpStatus: 409
1768 1768
1769Value: 2504 1769Value: 2504
1770Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_AFTER_WIRE_DEADLINE 1770Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_AFTER_WIRE_DEADLINE
1771Description: The request is invalid: the wire deadline is before the refund deadline. 1771Description: The order creation request is invalid because the given wire deadline is before the refund deadline.
1772HttpStatus: 400 1772HttpStatus: 400
1773 1773
1774Value: 2505 1774Value: 2505
1775Name: MERCHANT_PRIVATE_POST_ORDERS_DELIVERY_DATE_IN_PAST 1775Name: MERCHANT_PRIVATE_POST_ORDERS_DELIVERY_DATE_IN_PAST
1776Description: The request is invalid: a delivery date was given, but it is in the past. 1776Description: The order creation request is invalid because the delivery date given is in the past.
1777HttpStatus: 400 1777HttpStatus: 400
1778 1778
1779Value: 2506 1779Value: 2506
1780Name: MERCHANT_PRIVATE_POST_ORDERS_WIRE_DEADLINE_IS_NEVER 1780Name: MERCHANT_PRIVATE_POST_ORDERS_WIRE_DEADLINE_IS_NEVER
1781Description: The request is invalid: the wire deadline for the order would be "never". 1781Description: The order creation request is invalid because a wire deadline of "never" is not allowed.
1782HttpStatus: 400 1782HttpStatus: 400
1783 1783
1784Value: 2507 1784Value: 2507
1785Name: MERCHANT_PRIVATE_POST_ORDERS_PAY_DEADLINE_IN_PAST 1785Name: MERCHANT_PRIVATE_POST_ORDERS_PAY_DEADLINE_IN_PAST
1786Description: The request is invalid: a payment deadline was given, but it is in the past. 1786Description: The order ceration request is invalid because the given payment deadline is in the past.
1787HttpStatus: 400 1787HttpStatus: 400
1788 1788
1789Value: 2508 1789Value: 2508
1790Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_DEADLINE_IN_PAST 1790Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_DEADLINE_IN_PAST
1791Description: The request is invalid: a refund deadline was given, but it is in the past. 1791Description: The order creation request is invalid because the given refund deadline is in the past.
1792HttpStatus: 400 1792HttpStatus: 400
1793 1793
1794Value: 2509 1794Value: 2509
1795Name: MERCHANT_PRIVATE_POST_ORDERS_NO_EXCHANGES_FOR_WIRE_METHOD 1795Name: MERCHANT_PRIVATE_POST_ORDERS_NO_EXCHANGES_FOR_WIRE_METHOD
1796Description: The backend does not trust any exchange that would allow funds to be wired to any bank account of this instance using the selected wire method. Note that right now, we do not support the use of exchange bank accounts with mandatory currency conversion. 1796Description: The backend does not trust any exchange that would allow funds to be wired to any bank account of this instance using the wire method specified with the order. Note that right now, we do not support the use of exchange bank accounts with mandatory currency conversion.
1797HttpStatus: 409 1797HttpStatus: 409
1798 1798
1799Value: 2510 1799Value: 2510
@@ -1808,7 +1808,7 @@ HttpStatus: 409
1808 1808
1809Value: 2520 1809Value: 2520
1810Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT 1810Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT
1811Description: The order provided to the backend could not be deleted, our offer is still valid and awaiting payment. 1811Description: The order provided to the backend could not be deleted, our offer is still valid and awaiting payment. Deletion may work later after the offer has expired if it remains unpaid.
1812HttpStatus: 409 1812HttpStatus: 409
1813 1813
1814Value: 2521 1814Value: 2521
@@ -1818,17 +1818,17 @@ HttpStatus: 409
1818 1818
1819Value: 2530 1819Value: 2530
1820Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_INCONSISTENT_AMOUNT 1820Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_INCONSISTENT_AMOUNT
1821Description: 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. 1821Description: The amount to be refunded is inconsistent: either is lower than the previous amount being awarded, or it exceeds the original price paid by the customer.
1822HttpStatus: 409 1822HttpStatus: 409
1823 1823
1824Value: 2531 1824Value: 2531
1825Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_ORDER_UNPAID 1825Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_ORDER_UNPAID
1826Description: The frontend gave an unpaid order id to issue the refund to. 1826Description: Only paid orders can be refunded, and the frontend specified an unpaid order to issue a refund for.
1827HttpStatus: 409 1827HttpStatus: 409
1828 1828
1829Value: 2532 1829Value: 2532
1830Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_NOT_ALLOWED_BY_CONTRACT 1830Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_NOT_ALLOWED_BY_CONTRACT
1831Description: The refund delay was set to 0 and thus no refunds are allowed for this order. 1831Description: The refund delay was set to 0 and thus no refunds are ever allowed for this order.
1832HttpStatus: 403 1832HttpStatus: 403
1833 1833
1834 1834