Introduce error message for missing properties during the service import
[sdc.git] / catalog-be / src / main / docker / backend / chef-repo / cookbooks / sdc-catalog-be / files / default / error-configuration.yaml
index b91e378..4a9b5d3 100644 (file)
@@ -2918,3 +2918,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"
+    }