IndexingError

IndexingError
IndexingError

Error reported during an indexing.

JSON Example
{
    "id": "string",
    "code": "string",
    "source": "string",
    "created_at": 0,
    "data_source_id": "string",
    "indexing_id": "string",
    "system_message": "string",
    "op_id": "string"
}
string As uuid As uuid
id
Required

ID of the indexing error.

code
Required

Error codes identifying errors that occur during an indexing of a knowledge base.

Possible values are : CRAWLING_GENERAL_ERROR, CRAWLING_DATA_SOURCE_ERROR, CRAWLING_CANCELLED_ERROR, CRAWLING_DATA_SOURCE_S3_BUCKET_DOES_NOT_EXIST, CRAWLING_DATA_SOURCE_CONFLUENCE_SPACE_DOES_NOT_EXIST, CRAWLING_DATA_SOURCE_CONFLUENCE_PAGE_DOES_NOT_EXIST, CRAWLING_DATA_SOURCE_SHAREPOINT_SUBSITE_DOES_NOT_EXIST, CRAWLING_DATA_SOURCE_SHAREPOINT_FOLDER_DOES_NOT_EXIST, DOCUMENT_INDEXING_GENERAL_ERROR, DOCUMENT_INDEXING_UPLOAD_ERROR, DOCUMENT_INDEXING_DOWNLOAD_ERROR, DOCUMENT_INDEXING_EXCEEDS_SIZE_LIMIT, DOCUMENT_INDEXING_PARSING_ERROR, DOCUMENT_INDEXING_UNSUPPORTED_ERROR, DOCUMENT_INDEXING_EMBEDDINGS_MODEL_ERROR, DOCUMENT_INDEXING_EMBEDDINGS_LLAMA_INDEX_ERROR, DOCUMENT_INDEXING_EMBEDDINGS_CONNECTION_ERROR, DOCUMENT_INDEXING_EMBEDDINGS_MODEL_NOT_FOUND_ERROR, DOCUMENT_INDEXING_EMBEDDINGS_MODEL_ENDPOINT_ERROR, DOCUMENT_INDEXING_EMBEDDINGS_ERROR, DOCUMENT_INDEXING_UNFINISHED_ERROR, DATA_SOURCE_INVALID_CREDENTIALS, DATA_SOURCE_PERMISSION_ERROR, DATA_SOURCE_CONNECTION_ERROR, INDEXING_UNEXPECTED_ERROR, DATA_SOURCE_UNLINK_INVALID_STATE, KNOWLEDGE_BASE_NOT_LINKED_TO_DATA_SOURCE,
source
Required

Source of an indexing error (i.e., the level at which the error needs to be addressed).

Possible values are : INDEXING, DATA_SOURCE, DOCUMENT,
integer
created_at
Required

Unix timestamp (in seconds) when the error occurred.

document
Optional

The document (if applicable) for which the error was reported.

string As uuid As uuid
data_source_id
Optional

ID of the data source (if applicable) for which the error was reported.

string As uuid As uuid
indexing_id
Required

ID of the indexing, during which the error was reported.

string
system_message
Required

Internal tracing data captured when the error was reported. Exposed for reporting errors when requesting technical support or troubleshooting (if the exposed error code is not sufficient for identifying the problem).

string
op_id
Required

Internal tracing identifier linking errors to internal system logs.