Provide user to specify the ouput name while declaring the atrributes
[sdc.git] / catalog-be / src / main / docker / backend / chef-repo / cookbooks / sdc-catalog-be / files / default / error-configuration.yaml
index c5b417d..4d26e08 100644 (file)
@@ -2926,3 +2926,11 @@ errors:
         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"
     }
+
+    # %1 - Output name
+    #---------SVC4022-----------------------------
+    OUTPUT_NAME_ALREADY_EXIST: {
+        code: 400,
+        message: "Output name '%1' already exist.",
+        messageId: "SVC4022"
+    }