aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 6e077d4..fe3d324 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1172,6 +1172,11 @@ Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_STOCKED_REDUCED
1172Description: The update would have reduced the total amount of product in stock, which is not allowed. 1172Description: The update would have reduced the total amount of product in stock, which is not allowed.
1173HttpStatus: 409 1173HttpStatus: 409
1174 1174
1175Value: 2663
1176Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_SOLD_REDUCED
1177Description: The update would have reduced the total amount of product sold, which is not allowed.
1178HttpStatus: 409
1179
1175Value: 2670 1180Value: 2670
1176Name: MERCHANT_PRIVATE_POST_PRODUCTS_LOCK_INSUFFICIENT_STOCKS 1181Name: MERCHANT_PRIVATE_POST_PRODUCTS_LOCK_INSUFFICIENT_STOCKS
1177Description: The lock request is for more products than we have left (unlocked) in stock. 1182Description: The lock request is for more products than we have left (unlocked) in stock.