aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-09-01 12:15:29 +0200
committerChristian Grothoff <christian@grothoff.org>2024-09-01 12:15:29 +0200
commit7d199a4a0e85592cf0fa4032d9e6a6764e53a593 (patch)
treec8487c0b4acc47b403a5c11547c8f6f783ea7d42
parenta2057ac0e3c43950dcfc5024cc0abe6f362e45ba (diff)
downloadgana-7d199a4a0e85592cf0fa4032d9e6a6764e53a593.tar.gz
gana-7d199a4a0e85592cf0fa4032d9e6a6764e53a593.zip
-new ECs
-rw-r--r--gnu-taler-error-codes/registry.rec13
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
1796Description: Invalid token because it was already used, is expired or not yet valid. 1796Description: Invalid token because it was already used, is expired or not yet valid.
1797HttpStatus: 409 1797HttpStatus: 409
1798 1798
1799Value: 2184
1800Name: MERCHANT_POST_ORDERS_ID_PAY_EXCHANGE_TRANSACTION_LIMIT_VIOLATION
1801Description: 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.
1802HttpStatus: 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
2016Description: One of the paths to forget was not marked as forgettable. 2020Description: One of the paths to forget was not marked as forgettable.
2017HttpStatus: 409 2021HttpStatus: 409
2018 2022
2023Value: 2512
2024Name: MERCHANT_POST_ORDERS_ID_REFUND_EXCHANGE_TRANSACTION_LIMIT_VIOLATION
2025Description: 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.
2026HttpStatus: 403
2027
2028# 2200-2224: post orders ID paid endpoint
2029
2030
2031
2019Value: 2520 2032Value: 2520
2020Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT 2033Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT
2021Description: 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. 2034Description: 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.