MISSING_MANDATORY_ATTRIBUTE(400,"ATLAS-400-00-02B","Mandatory field {0}.{1} has empty/null value"),
...
...
@@ -80,7 +80,13 @@ public enum AtlasErrorCode {
RELATIONSHIPDEF_COMPOSITION_SET_CONTAINER(400,"ATLAS-400-00-033","COMPOSITION relationshipDef {0} cannot have a SET cardinality and be a container"),
RELATIONSHIPDEF_LIST_ON_END(400,"ATLAS-400-00-034","relationshipDef {0} cannot have a LIST cardinality on an end"),
RELATIONSHIPDEF_INVALID_END_TYPE(400,"ATLAS-400-00-035","relationshipDef {0} has invalid end type {1}"),
INVALID_RELATIONSHIP_END_TYPE(400,"ATLAS-400-00-036","invalid end type for relationship {0}: expected {1}, found {2}"),
INVALID_RELATIONSHIP_END_TYPE(400,"ATLAS-400-00-036","invalid update for relationshipDef {0}: new end type {1}, existing end type {2}"),
RELATIONSHIPDEF_INVALID_END1_UPDATE(400,"ATLAS-400-00-037","invalid update for relationshipDef {0}: new end1 {1}, existing end1 {2}"),
RELATIONSHIPDEF_INVALID_END2_UPDATE(400,"ATLAS-400-00-038","invalid update for relationshipDef {0}: new end2 {1}, existing end2 {2}"),
RELATIONSHIPDEF_INVALID_CATEGORY_UPDATE(400,"ATLAS-400-00-039","invalid update for relationship {0}: new relationshipDef category {1}, existing relationshipDef category {2}"),
RELATIONSHIPDEF_INVALID_NAME_UPDATE(400,"ATLAS-400-00-040","invalid relationshipDef rename for relationship guid {0}: new name {1}, existing name {2}"),
RELATIONSHIPDEF_END1_NAME_INVALID(400,"ATLAS-400-00-020","{0}: invalid end1 name. Name must not contain query keywords"),
RELATIONSHIPDEF_END2_NAME_INVALID(400,"ATLAS-400-00-020","{0}: invalid end2 name. Name must not contain query keywords"),
// All Not found enums go here
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"),
...
...
@@ -94,14 +100,14 @@ public enum AtlasErrorCode {
INSTANCE_NOT_FOUND(404,"ATLAS-404-00-00B","Given instance is invalid/not found: {0}"),
RELATIONSHIP_GUID_NOT_FOUND(404,"ATLAS-404-00-00C","Given relationship guid {0} is invalid/not found"),