From 8a00bcdaa12cf68de158c7fd79929ec95e96c53f Mon Sep 17 00:00:00 2001 From: KrupaNagabhushan Date: Thu, 21 Apr 2022 18:19:55 +0100 Subject: Delete VFC - restrict deletion of system deployed VFCs Issue-ID: SDC-3981 Signed-off-by: KrupaNagabhushan Change-Id: Ib475bb4abbaabc072180a4f1ae85c7427bbbf771 --- .../sdc-catalog-be/files/default/error-configuration.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'catalog-be/src/main/docker') diff --git a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml index af517c5563..10cc6f6712 100644 --- a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml +++ b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml @@ -2633,4 +2633,13 @@ errors: code: 409, message: "Artifact type '%1' already exist.", messageId: "SVC4163" + } + + #---------SVC4164----------------------------- + # %1 - componentType + # %2 - component name + CANNOT_DELETE_SYSTEM_DEPLOYED_RESOURCES: { + code: 409, + message: "System deployed '%1' cannot be deleted '%2'", + messageId: "SVC4164" } \ No newline at end of file -- cgit 1.2.3-korg