aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files 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
892Description: The refund deadline in the contract is after the transfer deadline. 892Description: The refund deadline in the contract is after the transfer deadline.
893HttpStatus: 500 893HttpStatus: 500
894 894
895
896Value: 2161 895Value: 2161
897Name: MERCHANT_POST_ORDERS_ID_PAY_OFFER_EXPIRED 896Name: MERCHANT_POST_ORDERS_ID_PAY_OFFER_EXPIRED
898Description: The payment is too late, the offer has expired. 897Description: The payment is too late, the offer has expired.
@@ -1072,6 +1071,12 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_REFUND_AFTER_WIRE_DEADLINE
1072Description: The request is invalid: the wire deadline is before the refund deadline. 1071Description: The request is invalid: the wire deadline is before the refund deadline.
1073HttpStatus: 400 1072HttpStatus: 400
1074 1073
1074Value: 2505
1075Name: MERCHANT_PRIVATE_POST_ORDERS_DELIVERY_DATE_IN_PAST
1076Description: The request is invalid: a delivery date was given, but it is in the past.
1077HttpStatus: 400
1078
1079
1075Value: 2510 1080Value: 2510
1076Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT 1081Name: MERCHANT_PRIVATE_PATCH_ORDERS_ID_FORGET_PATH_SYNTAX_INCORRECT
1077Description: One of the paths to forget is malformed. 1082Description: One of the paths to forget is malformed.
@@ -1190,7 +1195,7 @@ HttpStatus: 409
1190Value: 2661 1195Value: 2661
1191Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_LOST_EXCEEDS_STOCKS 1196Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_LOST_EXCEEDS_STOCKS
1192Description: The update would have mean that more stocks were lost than what remains from total inventory after sales, which is not allowed. 1197Description: The update would have mean that more stocks were lost than what remains from total inventory after sales, which is not allowed.
1193HttpStatus: 409 1198HttpStatus: 400
1194 1199
1195Value: 2662 1200Value: 2662
1196Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_STOCKED_REDUCED 1201Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_STOCKED_REDUCED