aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files changed, 9 insertions, 0 deletions
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
1104Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry. 1104Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry.
1105HttpStatus: 409 1105HttpStatus: 409
1106 1106
1107Value: 2601
1108Name: MERCHANT_PRIVATE_POST_INSTANCES_BAD_AUTH
1109Description: The merchant backend cannot create an instance because the authentication configuration field is malformed.
1110HttpStatus: 400
1111
1112Name: MERCHANT_PRIVATE_POST_INSTANCE_AUTH_BAD_AUTH
1113Description: The merchant backend cannot update an instance's authentication settings because the provided authentication settings are malformed.
1114HttpStatus: 400
1115
1107 1116
1108# 2650-2699: product operations 1117# 2650-2699: product operations
1109 1118