IndexingError

IndexingError
IndexingError

Error reported during an indexing.

JSON Example
{
    "id": "string",
    "code": "string",
    "source": "string",
    "created_at": 0,
    "document": {
        "origin_name": "string",
        "origin_ref": "string",
        "custom_origin_name": "string",
        "custom_origin_ref": "string",
        "id": "string",
        "object": "string",
        "state": "string",
        "media_type": "string",
        "knowledge_base_id": "string",
        "index_id": "string",
        "data_source_id": "string",
        "created_at": 0,
        "last_embedded_at": 0,
        "last_indexed_by_id": "string",
        "size_bytes": 0,
        "hash_sha256": "string",
        "reindexing_needed": false
    },
    "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.

Enumeration: 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_FIPS_NON_COMPLAINT_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, DOCUMENT_INDEXING_EXCEEDS_SPLIT_LIMIT, 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, CLONING_INVALID_INDEX
source
Required  

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

Enumeration: 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.