Policy Model Distribution POC Issue-ID: DCAEGEN2-1868
[dcaegen2/platform.git] / mod2 / catalog-service / src / main / java / org / onap / dcaegen2 / platform / mod / model / exceptions / ErrorMessages.java
index 9b96066..27f335f 100644 (file)
@@ -30,4 +30,6 @@ public class ErrorMessages {
     public static final String MS_SERVICE_NAME_CONFLICT_MESSAGE = "Microservice with this core name already exists.";
     public static final String MS_SERVICE_NAME_VALIDATION_MESSAGE =
             "Service name is Invalid. Accepts lowercase letters and hyphens";
+    public static final String POLICYMODEL_NAME_VERSION_CONFLICT_MESSAGE = "Policy Model with this name and version already exists.";
+
 }