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}’"),
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"),
// All Not found enums go here
// All Not found enums go here
TYPE_NAME_NOT_FOUND(404,"ATLAS-404-00-001","Given typename {0} was invalid"),
TYPE_NAME_NOT_FOUND(404,"ATLAS-404-00-001","Given typename {0} was invalid"),
TYPE_GUID_NOT_FOUND(404,"ATLAS-404-00-002","Given type guid {0} was invalid"),
TYPE_GUID_NOT_FOUND(404,"ATLAS-404-00-002","Given type guid {0} was invalid"),
...
@@ -104,6 +106,7 @@ public enum AtlasErrorCode {
...
@@ -104,6 +106,7 @@ public enum AtlasErrorCode {
RELATIONSHIP_GUID_NOT_FOUND(404,"ATLAS-404-00-00C","Given relationship guid {0} is invalid/not found"),
RELATIONSHIP_GUID_NOT_FOUND(404,"ATLAS-404-00-00C","Given relationship guid {0} is invalid/not found"),