gana

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

commit 82f338fb2bc2fc33699756abcd47242ed2f3c68b
parent 880352a419beee4864f863182dbc695c859ee3f7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  2 Apr 2021 15:47:53 +0200

need more status codes

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 @@ -1119,6 +1119,16 @@ 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 +Value: 2603 +Name: MERCHANT_PRIVATE_POST_INSTANCES_PURGE_REQUIRED +Description: The merchant backend cannot create an instance under the given identifier, the previous one was deleted but must be purged first. +HttpStatus: 409 + +Value: 2625 +Name: MERCHANT_PRIVATE_PATCH_INSTANCES_PURGE_REQUIRED +Description: The merchant backend cannot update an instance under the given identifier, the previous one was deleted but must be purged first. +HttpStatus: 409 + # 2650-2699: product operations