MISSING_MANDATORY_ATTRIBUTE(400,"ATLAS-400-00-02B","Mandatory field {0}.{1} has empty/null value"),
RELATIONSHIPDEF_INSUFFICIENT_ENDPOINTS(400,"ATLAS-400-00-02C","Relationship def {0} creation attempted without 2 end points"),
RELATIONSHIPDEF_DOUBLE_CONTAINERS(400,"ATLAS-400-00-02D","Relationship def {0} creation attempted with both end points as containers"),
RELATIONSHIPDEF_INSUFFICIENT_ENDS(400,"ATLAS-400-00-02C","relationshipDef {0} creation attempted without 2 ends"),
RELATIONSHIPDEF_DOUBLE_CONTAINERS(400,"ATLAS-400-00-02D","relationshipDef {0} creation attempted with both ends as containers"),
RELATIONSHIPDEF_UNSUPPORTED_ATTRIBUTE_TYPE(400,"ATLAS-400-00-02F","Cannot set an Attribute with type {0} on relationship def {1}, as it is not a primitive type "),
RELATIONSHIPDEF_ASSOCIATION_AND_CONTAINER(400,"ATLAS-400-00-030","ASSOCIATION relationship def {0} creation attempted with an endpoint specifying isContainer"),
RELATIONSHIPDEF_COMPOSITION_NO_CONTAINER(400,"ATLAS-400-00-031","COMPOSITION relationship def {0} creation attempted without an endpoint specifying isContainer"),
RELATIONSHIPDEF_AGGREGATION_NO_CONTAINER(400,"ATLAS-400-00-032","AGGREGATION relationship def {0} creation attempted without an endpoint specifying isContainer"),
RELATIONSHIPDEF_COMPOSITION_SET_CONTAINER(400,"ATLAS-400-00-033","COMPOSITION relationship def {0} cannot have a SET cardinality and be a container"),
RELATIONSHIPDEF_LIST_ON_ENDPOINT(400,"ATLAS-400-00-034","relationship def {0} cannot have a LIST cardinality on an endpoint"),
RELATIONSHIPDEF_ASSOCIATION_AND_CONTAINER(400,"ATLAS-400-00-030","ASSOCIATION relationshipDef {0} creation attempted with an end specifying isContainer"),
RELATIONSHIPDEF_COMPOSITION_NO_CONTAINER(400,"ATLAS-400-00-031","COMPOSITION relationshipDef {0} creation attempted without an end specifying isContainer"),
RELATIONSHIPDEF_AGGREGATION_NO_CONTAINER(400,"ATLAS-400-00-032","AGGREGATION relationshipDef {0} creation attempted without an end specifying isContainer"),
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"),
// 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"),