CS_MISSING_INDEX_CONTEXT |
An error most likely occurred during the indexing of documents when required fields are left blank. The error message indicates which documents were left blank. |
CS_MISSING_INDEX_NAME_BUILDER |
An error occurred during the creation of a repository if an Elasticsearch alias name fails to be constructed within the code. |
CS_INVALID_TENANT |
An error is shared with all services to indicate that the tenant with the supplied tenant name within the concerning request payload is in an inactive state or does not exist. |
CS_NOSUCH_APPLICATION |
An error is shared with all services to indicate that the supplied application logical ID within the concerning request payload does not exist. |
CS_NOSUCH_INDEX |
A critical error that should never occur. The error indicates that Elasticsearch data for a given repository could not be located. |
CS_NOSUCH_TENANT |
An error is shared with all services to indicate that the tenant with the supplied tenant name within the concerning request payload does not exist. |
CS_NOSUCH_TABLE |
A critical error occurred indicating that a database table could not be found. |
CS_FAIL_ELASTIC_INDEX_IO |
An error occurred while performing an operation in Elasticsearch. The error message indicates which operation was being performed before failure occurred. |
CS_FAIL_USER_APPLICATION_SITE_LIST |
An error most likely occurred during a search. The service failed to retrieve the list of applications to which a user has access and, therefore, is allowed to search. Without this list, the search cannot take place. |
CS_FAIL_USER_APPLICATION_SITE_LIST_AND_FALLBACK |
An error most likely occurred during a search. The service failed to retrieve the list of applications to which a user has access and, therefore, is allowed to search. Without this list, the search cannot take place. |
CS_FAIL_INDEX_OPERATION |
An unsuccessful Elasticsearch operation occurred. Rather than generating an error, Elasticsearch sends back the reason for an unsuccessful operation. MES indicates within the error message the reason for the failure. |
CS_FAIL_INDEX_OPERATION |
An unsuccessful Elasticsearch operation occurred. Rather than generating an error, Elasticsearch sends back the reason for an unsuccessful operation. MES indicates within the error message the reason for the failure. |
CS_FAIL_ADD_CREATE_DATE |
The ies_create_date Elasticsearch field failed to be created during a creation or breaking-change-update of a repository. This field is to be contained in each indexed document to indicate the date it was created (indexed). |
CS_FAIL_ADD_CREATE_TIMESTAMP |
The ies_create_timestamp Elasticsearch field failed to be created during a creation or breaking-change-update of a repository. This field is to be contained in each indexed document to indicate the time it was created (indexed). |
CS_FAIL_PARSE_ELASTICSEARCH_CONFIGURATION |
A parsing error occurred in the attempt to create the Elasticsearch index during the creation or breaking-change-update of a repository. |
CS_FAIL_ADD_ACCT_ENTITY |
The ies_acct_entity Elasticsearch field failed to be created during a creation or breaking-change-update of a repository. This field is to be contained in each indexed document to indicate its accounting entity association (security feature). |
CS_FAIL_ADD_ACCT_LOCATION |
The ies_acct_location Elasticsearch field failed to be created during a creation or breaking-change-update of a repository. This field is to be contained in each indexed document to indicate its location entity (security feature). |
CS_FAIL_ADD_ACCT_DOCTYPE |
The ies_acc_doctyepe Elasticsearch field failed to be created during a creation or breaking-change-update of a repository. This field is to be contained in each indexed document to indicate its document type (security feature). |
CS_FAIL_ADD_USERROLE |
The ims_security_role Elasticsearch field failed to be created during a creation or breaking-change-update of a repository. This field is to be contained in each indexed document to indicate its security role access (security feature). |
CS_FAIL_ACCESS_OAUTHKEYINFO |
A failure occurred during an attempt to retrieve the authentication key necessary to communicate with external services. |
CS_FAIL_IFS_ATTRIBUTESERVICE |
A failure occurred during an attempt to retrieve the security features of a specific user. Such securities are needed to determine which repositories and documents a user has access to during a search. |
CS_FAIL_TENANT_MODEL |
A critical error occurred during a search. A tenant model must be built to encompass the characteristics of each search request. If the tenant model fails to be created, then a search cannot take place because the domain in which a user is allowed to search is unknown. |
CS_FAIL_IFS_CLAIMRULES METADATASERVICE |
A failure occurred during an attempt to retrieve the security features of a specific user. Such securities are needed to determine which documents a user has access to during a search. |
CS_FAIL_PARSE_FACET_NESTED |
An error occurred during the creation or breaking-change-update of a repository. This indicates that an element within the repository definition contains both nested = true and facet = true . The issue is that a facet element cannot also be a nested element. |
CS_FAIL_PARSE_FACET_SECURITY |
An error occurred during the creation or breaking-change-update of a repository. This indicates that an element within the repository definition contains facet = true and at the same time is a security field. A security field is one that is named accountingEntity, location, or documentType. The issue is that a facet field cannot also be a security field. |
CS_FAIL_ID_FIELD_INVALID |
An error occurred during the creation or breaking-change-update of a repository. This error indicates that an element used for the primary key (document ID) is not an element existing within the repository definition. A primary key element must be made up of existing elements. |
CS_FAIL_INVALID_DOC_ID |
An error occurred during the creation or breaking-change-update of a repository. This error indicates that the primary key (document ID) supplied in the repository definition has an invalid format. |