aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 841b4ca..e38942a 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1109,6 +1109,16 @@ Name: MERCHANT_PRIVATE_POST_INSTANCES_ALREADY_EXISTS
1109Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry. 1109Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry.
1110HttpStatus: 409 1110HttpStatus: 409
1111 1111
1112Value: 2601
1113Name: MERCHANT_PRIVATE_POST_INSTANCES_BAD_AUTH
1114Description: The merchant backend cannot create an instance because the authentication configuration field is malformed.
1115HttpStatus: 400
1116
1117Value: 2602
1118Name: MERCHANT_PRIVATE_POST_INSTANCE_AUTH_BAD_AUTH
1119Description: The merchant backend cannot update an instance's authentication settings because the provided authentication settings are malformed.
1120HttpStatus: 400
1121
1112 1122
1113# 2650-2699: product operations 1123# 2650-2699: product operations
1114 1124