gana

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

commit b274839d365bec7d6d2f98638f02756f4fcdd06c
parent 8166fa3c0f5fd84dedf6e68324d74aecad4981ad
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 24 Apr 2021 20:25:48 +0200

another EC is needed

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

diff --git 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 Description: The update would have reduced the total amount of product in stock, which is not allowed. HttpStatus: 409 +Value: 2663 +Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_SOLD_REDUCED +Description: The update would have reduced the total amount of product sold, which is not allowed. +HttpStatus: 409 + Value: 2670 Name: MERCHANT_PRIVATE_POST_PRODUCTS_LOCK_INSUFFICIENT_STOCKS Description: The lock request is for more products than we have left (unlocked) in stock.