aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-02 15:47:53 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-02 15:47:53 +0200
commit82f338fb2bc2fc33699756abcd47242ed2f3c68b (patch)
tree949f4400e5a2900ed47168c86c91d21beabc29f8 /gnu-taler-error-codes/registry.rec
parent880352a419beee4864f863182dbc695c859ee3f7 (diff)
downloadgana-82f338fb2bc2fc33699756abcd47242ed2f3c68b.tar.gz
gana-82f338fb2bc2fc33699756abcd47242ed2f3c68b.zip
need more status codes
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 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