Ingestion Error Codes

1 min read

Display Name

Error State

Description

Ingestion failed (General Error)

FAILED

Generic failure state when the ingestion process encounters an unspecified error

Ingestion failed (Images are not supported)

FAILED_IMAGE

File ingestion failed because the uploaded file is an image format, which is not supported for text processing

Ingestion failed (While creating chunks)

FAILED_CREATING_CHUNKS

Error occurred during the chunking phase where the document content is split into smaller segments

Ingestion failed (While creating embedding)

FAILED_EMBEDDING

Failure during the embedding generation process where text is converted to vector representations

Ingestion failed (While fetching the file)

FAILED_GETTING_FILE

Error retrieving the file from its source location during the ingestion process

Ingestion failed (While parsing the text from the document)

FAILED_PARSING

Document parsing failed, unable to extract readable text content from the file

Ingestion failed (General error or time limit exceeded)

FAILED_REDELIVERED

Ingestion failed after retry attempts, either due to persistent errors or timeout

Ingestion failed (Could not parse a lot of text. Document might have no meaning)

FAILED_TOO_LESS_CONTENT

Document contains insufficient meaningful text content for successful ingestion

Rejected by malware scanner

FAILED_MALWARE_FOUND

File was rejected during security scanning due to detected malware or suspicious content

Metadata validation failed

FAILED_METADATA_VALIDATION

File metadata does not meet validation requirements or contains invalid data, e.g., it did not contain a required sensitivity label

Last updated