From 208ac6ce1783891e28116ce42036ffa185e77794 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 1 Mar 2021 17:57:00 +0100 Subject: error codes --- gnu-taler-error-codes/registry.rec | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gnu-taler-error-codes/registry.rec') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 5ebca96..c800f02 100644 --- 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 -- cgit v1.2.3