gana

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

commit 81fed9ed864d539d9f193d8242c539cc0eb0175b
parent 5618ca7a909f22356c2f91d2eff72319066ed4e9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 25 May 2024 21:43:24 +0200

new ECs for v16

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 @@ -1392,6 +1392,11 @@ Name: MERCHANT_GENERIC_EXCHANGE_WIRE_REQUEST_FAILED Description: The merchant was unable to obtain a valid answer to /wire from the exchange. HttpStatus: 502 +Value: 2003 +Name: MERCHANT_GENERIC_CATEGORY_UNKNOWN +Description: The product category is not known to the backend. +HttpStatus: 404 + Value: 2005 Name: MERCHANT_GENERIC_ORDER_UNKNOWN Description: The proposal is not known to the backend. @@ -2027,6 +2032,11 @@ Name: MERCHANT_PRIVATE_POST_PRODUCTS_CONFLICT_PRODUCT_EXISTS Description: The product ID exists. HttpStatus: 409 +Value: 2651 +Name: MERCHANT_PRIVATE_POST_CATEGORIES_CONFLICT_CATEGORY_EXISTS +Description: A category with the same name exists already. +HttpStatus: 409 + Value: 2660 Name: MERCHANT_PRIVATE_PATCH_PRODUCTS_TOTAL_LOST_REDUCED Description: The update would have reduced the total amount of product lost, which is not allowed.