gana

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

commit 97024d5261eec7f15940e88f7d5e88fe6a6d2cd0
parent 25c66ae8955ffe8f6aea2314914176a9313e3cbf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 19 Mar 2024 15:16:03 +0100

add new ECs

Diffstat:
Mgnu-taler-error-codes/registry.rec | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1639,7 +1639,7 @@ Description: The exchange does not support the selected bank account of the merc HttpStatus: 409 -# 2200-2249: post orders ID paid endpoint +# 2200-2224: post orders ID paid endpoint Value: 2200 Name: MERCHANT_POST_ORDERS_ID_PAID_CONTRACT_HASH_MISMATCH @@ -1651,6 +1651,19 @@ Name: MERCHANT_POST_ORDERS_ID_PAID_COIN_SIGNATURE_INVALID Description: The signature of the merchant is not valid for the given contract hash. HttpStatus: 403 +# 2225-2249: token families endpoints + +Value: 2225 +Name: MERCHANT_POST_TOKEN_FAMILY_CONFLICT +Description: A token family with this ID but conflicting data exists. +HttpStatus: 409 + +Value: 2226 +Name: MERCHANT_PATCH_TOKEN_FAMILY_NOT_FOUND +Description: The backend is unaware of a token family with the given ID. +HttpStatus: 404 + + # 2250-2256: post orders ID abort endpoint Value: 2251