Processing Errors#
Some steps in the pipeline may abort with an error. In those cases, the item is tagged with a Processing Error keyword. The table below lists all the processing error codes.
Processing Error |
Step |
Description |
SQ-04102 |
Unsupported MIME type. The MIME type of the document is not supported, so no textual information can be extracted from the document. |
|
SQ-04104 |
Unable to fetch content. The content of the item’s |
|
SQ-05102 |
Unable to convert content. This is used as the generic fallback error when an unknown error happened. |
|
SQ-05103 |
Unable to parse content. The file was parsed, but did not return any content. This is usually due to a corrupt file. |
|
SQ-05105 |
Unable to convert content, document too large. Larger documents can be supported by raising the memory limit of the content conversion step. |
|
SQ-05106 |
Unable to convert content, decryption error. This usually happens with encrypted PDF documents, which can not be parsed. |