From 82f338fb2bc2fc33699756abcd47242ed2f3c68b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Apr 2021 15:47:53 +0200 Subject: need more status codes --- gnu-taler-error-codes/registry.rec | 10 ++++++++++ 1 file changed, 10 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 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 Description: The merchant backend cannot update an instance's authentication settings because the provided authentication settings are malformed. HttpStatus: 400 +Value: 2603 +Name: MERCHANT_PRIVATE_POST_INSTANCES_PURGE_REQUIRED +Description: The merchant backend cannot create an instance under the given identifier, the previous one was deleted but must be purged first. +HttpStatus: 409 + +Value: 2625 +Name: MERCHANT_PRIVATE_PATCH_INSTANCES_PURGE_REQUIRED +Description: The merchant backend cannot update an instance under the given identifier, the previous one was deleted but must be purged first. +HttpStatus: 409 + # 2650-2699: product operations -- cgit v1.2.3