diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 3dfb8ab..a79f2ab 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec | |||
@@ -1796,6 +1796,10 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_INVALID | |||
1796 | Description: Invalid token because it was already used, is expired or not yet valid. | 1796 | Description: Invalid token because it was already used, is expired or not yet valid. |
1797 | HttpStatus: 409 | 1797 | HttpStatus: 409 |
1798 | 1798 | ||
1799 | Value: 2184 | ||
1800 | Name: MERCHANT_POST_ORDERS_ID_PAY_EXCHANGE_TRANSACTION_LIMIT_VIOLATION | ||
1801 | Description: The payment violates a transaction limit configured at the given exchange. The wallet has a bug in that it failed to check exchange limits during coin selection. Please report the bug to your wallet developer. | ||
1802 | HttpStatus: 403 | ||
1799 | 1803 | ||
1800 | # 2200-2224: post orders ID paid endpoint | 1804 | # 2200-2224: post orders ID paid endpoint |
1801 | 1805 | ||
@@ -2016,6 +2020,15 @@ Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_NOT_FORGETTABLE | |||
2016 | Description: One of the paths to forget was not marked as forgettable. | 2020 | Description: One of the paths to forget was not marked as forgettable. |
2017 | HttpStatus: 409 | 2021 | HttpStatus: 409 |
2018 | 2022 | ||
2023 | Value: 2512 | ||
2024 | Name: MERCHANT_POST_ORDERS_ID_REFUND_EXCHANGE_TRANSACTION_LIMIT_VIOLATION | ||
2025 | Description: The refund amount would violate a refund transaction limit configured at the given exchange. Please find another way to refund the customer, and inquire with your legislator why they make strange banking regulations. | ||
2026 | HttpStatus: 403 | ||
2027 | |||
2028 | # 2200-2224: post orders ID paid endpoint | ||
2029 | |||
2030 | |||
2031 | |||
2019 | Value: 2520 | 2032 | Value: 2520 |
2020 | Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT | 2033 | Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT |
2021 | Description: 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. | 2034 | Description: 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. |