From 84ca3e77595a5dfc6740f8ed63dab41936bd1a28 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Jul 2021 13:11:47 +0200 Subject: add Taler EC --- gnu-taler-error-codes/registry.rec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 27c6988..c747614 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -892,7 +892,6 @@ 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: 2161 Name: MERCHANT_POST_ORDERS_ID_PAY_OFFER_EXPIRED Description: The payment is too late, the offer has expired. @@ -1072,6 +1071,12 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_AFTER_WIRE_DEADLINE Description: The request is invalid: the wire deadline is before the refund deadline. HttpStatus: 400 +Value: 2505 +Name: MERCHANT_PRIVATE_POST_ORDERS_DELIVERY_DATE_IN_PAST +Description: The request is invalid: a delivery date was given, but it is in the past. +HttpStatus: 400 + + Value: 2510 Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT Description: One of the paths to forget is malformed. @@ -1190,7 +1195,7 @@ HttpStatus: 409 Value: 2661 Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_LOST_EXCEEDS_STOCKS Description: The update would have mean that more stocks were lost than what remains from total inventory after sales, which is not allowed. -HttpStatus: 409 +HttpStatus: 400 Value: 2662 Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_STOCKED_REDUCED -- cgit v1.2.3