aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bcdbc52..e1fb8ce 100644
--- 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
1119Description: The merchant backend cannot update an instance's authentication settings because the provided authentication settings are malformed. 1119Description: The merchant backend cannot update an instance's authentication settings because the provided authentication settings are malformed.
1120HttpStatus: 400 1120HttpStatus: 400
1121 1121
1122Value: 2603
1123Name: MERCHANT_PRIVATE_POST_INSTANCES_PURGE_REQUIRED
1124Description: The merchant backend cannot create an instance under the given identifier, the previous one was deleted but must be purged first.
1125HttpStatus: 409
1126
1127Value: 2625
1128Name: MERCHANT_PRIVATE_PATCH_INSTANCES_PURGE_REQUIRED
1129Description: The merchant backend cannot update an instance under the given identifier, the previous one was deleted but must be purged first.
1130HttpStatus: 409
1131
1122 1132
1123# 2650-2699: product operations 1133# 2650-2699: product operations
1124 1134