gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 7d199a4a0e85592cf0fa4032d9e6a6764e53a593
parent a2057ac0e3c43950dcfc5024cc0abe6f362e45ba
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  1 Sep 2024 12:15:29 +0200

-new ECs

Diffstat:
Mgnu-taler-error-codes/registry.rec | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git 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 Description: Invalid token because it was already used, is expired or not yet valid. HttpStatus: 409 +Value: 2184 +Name: MERCHANT_POST_ORDERS_ID_PAY_EXCHANGE_TRANSACTION_LIMIT_VIOLATION +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. +HttpStatus: 403 # 2200-2224: post orders ID paid endpoint @@ -2016,6 +2020,15 @@ Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_NOT_FORGETTABLE Description: One of the paths to forget was not marked as forgettable. HttpStatus: 409 +Value: 2512 +Name: MERCHANT_POST_ORDERS_ID_REFUND_EXCHANGE_TRANSACTION_LIMIT_VIOLATION +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. +HttpStatus: 403 + +# 2200-2224: post orders ID paid endpoint + + + Value: 2520 Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT 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.