RELATIONSHIP_INVALID_ENDTYPE(400,"ATLAS-400-00-045","Invalid entity-type for relationship attribute ‘{0}’: entity specified (guid={1}) is of type ‘{2}’, but expected type is ‘{3}’"),
INVALID_SEARCH_PARAMS(400,"ATLAS-400-00-047","No search parameter was found. One of the following MUST be specified in the request; typeName, classification or queryText"),
INVALID_SEARCH_PARAMS(400,"ATLAS-400-00-047","No search parameter was found. One of the following MUST be specified in the request; typeName, classification, termName or queryText"),
INVALID_RELATIONSHIP_ATTRIBUTE(400,"ATLAS-400-00-048","Expected attribute {0} to be a relationship but found type {1}"),
INVALID_RELATIONSHIP_TYPE(400,"ATLAS-400-00-049","Invalid entity type '{0}', guid '{1}' in relationship search"),
INVALID_IMPORT_ATTRIBUTE_TYPE_CHANGED(400,"ATLAS-400-00-050","Attribute {0}.{1} is of type {2}. Import has this attribute type as {3}"),
...
...
@@ -138,6 +138,7 @@ public enum AtlasErrorCode {
GLOSSARY_QUALIFIED_NAME_CANT_BE_DERIVED(400,"ATLAS-400-00-078","Attributes qualifiedName and displayName are missing. Failed to derive a unique name for Glossary"),
GLOSSARY_TERM_QUALIFIED_NAME_CANT_BE_DERIVED(400,"ATLAS-400-00-079","Attributes qualifiedName, displayName & glossary name are missing. Failed to derive a unique name for Glossary term"),
GLOSSARY_CATEGORY_QUALIFIED_NAME_CANT_BE_DERIVED(400,"ATLAS-400-00-07A","Attributes qualifiedName, displayName & glossary name are missing. Failed to derive a unique name for Glossary category"),