gana

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

commit ece1fd9d6613eb53c7bf6f4568af55f68babd238
parent d4234f340c6e7261de36ab5fad3d53597ea8ecd0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  6 Jun 2022 12:53:49 +0200

new ECs

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

diff --git 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 Description: The refund deadline in the contract is after the transfer deadline. HttpStatus: 500 +Value: 2160 +Name: MERCHANT_POST_ORDERS_ID_PAY_ALREADY_PAID +Description: The order was already paid (maybe by another wallet?). +HttpStatus: 409 + Value: 2161 Name: MERCHANT_POST_ORDERS_ID_PAY_OFFER_EXPIRED Description: The payment is too late, the offer has expired. @@ -1480,6 +1485,11 @@ 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. HttpStatus: 409 +Value: 2521 +Name: MERCHANT_PRIVATE_DELETE_ORDERS_ALREADY_PAID +Description: The order provided to the backend could not be deleted as the order was already paid. +HttpStatus: 409 + Value: 2530 Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_INCONSISTENT_AMOUNT Description: 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.