Update error message for missing sub mapping properties 91/135691/1
authorvasraz <vasyl.razinkov@est.tech>
Tue, 8 Aug 2023 10:14:52 +0000 (11:14 +0100)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Tue, 8 Aug 2023 11:41:28 +0000 (11:41 +0000)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I4e7a8dec10f909f55b0f3af60d566654943ad190
Issue-ID: SDC-4592

asdctool/src/main/resources/config/error-configuration.yaml
catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml
catalog-be/src/main/resources/config/error-configuration.yaml
catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml

index 3e31fa3..23170b5 100644 (file)
@@ -2906,6 +2906,6 @@ errors:
   # %1 - missing properties list
   MISSING_PROPERTIES_ERROR: {
     code: 402,
-    message: "Error: Following properties are missing in CSAR:\n%1",
+    message: "Error: The following properties:\n%1\nused in the substitution mapping node type in CSAR are missing from the system. Please add these to the node in the SDC catalog prior to importing the template",
     messageId: "SVC4021"
   }
index 4a9b5d3..c5b417d 100644 (file)
@@ -2923,6 +2923,6 @@ errors:
     # %1 - missing properties list
     MISSING_PROPERTIES_ERROR: {
         code: 402,
-        message: "Error: Following properties are missing in CSAR:\n%1",
+        message: "Error: The following properties:\n%1\nused in the substitution mapping node type in CSAR are missing from the system. Please add these to the node in the SDC catalog prior to importing the template",
         messageId: "SVC4021"
     }
index 395d1ca..d51b391 100644 (file)
@@ -2915,6 +2915,6 @@ errors:
     # %1 - missing properties list
     MISSING_PROPERTIES_ERROR: {
         code: 402,
-        message: "Error: Following properties are missing in CSAR:\n%1",
+        message: "Error: The following properties:\n%1\nused in the substitution mapping node type in CSAR are missing from the system. Please add these to the node in the SDC catalog prior to importing the template",
         messageId: "SVC4021"
     }
index b4c2c7a..e2ddd95 100644 (file)
@@ -2901,6 +2901,6 @@ errors:
     # %1 - missing properties list
     MISSING_PROPERTIES_ERROR: {
         code: 402,
-        message: "Error: Following properties are missing in CSAR:\n%1",
+        message: "Error: The following properties:\n%1\nused in the substitution mapping node type in CSAR are missing from the system. Please add these to the node in the SDC catalog prior to importing the template",
         messageId: "SVC4021"
     }