Provide input name when declaring service property as input
[sdc.git] / catalog-be / src / main / docker / backend / chef-repo / cookbooks / sdc-catalog-be / files / default / error-configuration.yaml
index 0530298..fe32ad0 100644 (file)
@@ -2869,4 +2869,11 @@ errors:
         code: 400,
         message: "Cannot change this properties constraints as the resource is an instance.",
         messageId: "SVC4015"
+    }
+
+    #---------SVC4016-----------------------------
+    INPUT_NAME_ALREADY_EXIST: {
+        code: 400,
+        message: "Input name already exist.",
+        messageId: "SVC4016"
     }
\ No newline at end of file