gana

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

commit 208ac6ce1783891e28116ce42036ffa185e77794
parent 4c5ae13bf6c7e3cb070e9d56065cfdfc053f0b3a
Author: Florian Dold <florian@dold.me>
Date:   Mon,  1 Mar 2021 17:57:00 +0100

error codes

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1104,6 +1104,15 @@ Name: MERCHANT_PRIVATE_POST_INSTANCES_ALREADY_EXISTS Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry. HttpStatus: 409 +Value: 2601 +Name: MERCHANT_PRIVATE_POST_INSTANCES_BAD_AUTH +Description: The merchant backend cannot create an instance because the authentication configuration field is malformed. +HttpStatus: 400 + +Name: MERCHANT_PRIVATE_POST_INSTANCE_AUTH_BAD_AUTH +Description: The merchant backend cannot update an instance's authentication settings because the provided authentication settings are malformed. +HttpStatus: 400 + # 2650-2699: product operations