Support for adding artifact types
[sdc.git] / catalog-dao / src / main / java / org / openecomp / sdc / be / dao / api / ActionStatus.java
index 800fc67..1862f85 100644 (file)
@@ -126,7 +126,8 @@ public enum ActionStatus {
     ABSTRACT, NORMAL,
     //including default imports in CSAR related
     CSAR_TOSCA_IMPORTS_ERROR,
+    //ArtifactType
+    ARTIFACT_TYPE_ALREADY_EXIST, FAILED_CREATE_ARTIFACTS_TYPES,
     //TOSCA node types
     INVALID_NODE_TYPES_YAML
-
 }