Introduce error message for missing properties during the service import
[sdc.git] / catalog-be / src / test / resources / config / catalog-be / error-configuration.yaml
index 11ce71d..b4c2c7a 100644 (file)
@@ -2896,3 +2896,11 @@ errors:
         message: "Error: Missing metadata in Service",
         messageId: "SVC4020"
     }
+
+    #---------SVC4021-----------------------------
+    # %1 - missing properties list
+    MISSING_PROPERTIES_ERROR: {
+        code: 402,
+        message: "Error: Following properties are missing in CSAR:\n%1",
+        messageId: "SVC4021"
+    }