| ExceptionType Enumeration |
The types of exceptions raised by Early Data Analyzer when processing documents
Namespace:
Law.EdaIntegration.Exceptions
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public enum ExceptionType
Members
| Member name | Value | Description |
---|
| AnalysisFailed | 0 |
A critical failure occurred that caused the Analysis process to abort.
|
| ArchiveOpenError | 1 |
An error occurred attempting to parse an archive failed due to corruption, encryption or misidentification.
|
| ContainerError | 2 |
An error occurred attempting to list the contents of a container or sub-container.
|
| ContentExtractionError | 3 |
An error occurred during extracting the content from a file.
|
| EmailOpenError | 4 |
An error occurred attempting to parse a file that appears to be an email.
|
| FilterError | 5 |
An error occurred during evaluating a processing filter (e.g. duplicate/nist).
|
| ForensicImageOpenFailureError | 6 |
An error occurred attempting to open or process a forensic image file.
|
| HashError | 7 |
An error occurred during file and email hashing operations.
|
| IdentificationError | 8 |
An error occurred during the file type identification process.
|
| InventoryError | 9 |
An error occurred during the inventory process.
|
| InventoryFailed | 10 |
A critical failure occurred that caused the Inventory process to abort.
|
| LanguageRecognitionError | 11 |
An error occurred identifying the language of a document.
|
| MailStoreOpenError | 12 |
An error occurred attempting to process an inaccessible or corrupted mailstores, e.g. a PST.
|
| MetadataExtractionError | 13 |
An error occurred during the extraction of metadata from a file.
|
| Unknown | 14 |
An unknown exception type was encountered.
|
| EmptyFile | 15 |
A file was successfully processed but it was an empty (zero byte) file.
|
| EncryptedFile | 16 |
The contents of a file were unable to be processed due to encryption.
|
| ExecutableFile | 17 |
An executable (binary) file was encountered.
|
| NoContent | 18 |
A file was successfully processed but it contained no content.
|
| UnknownFileType | 19 |
The file type of a document was unable to be determined.
|
| DateRange | 20 |
date range exception
|
| AnalyticsFailed | 21 |
A critical failure occurred that caused the Analytics process to abort.
|
| EmailThreadDetectionError | 22 |
An error occurred during the email threading process.
|
| IndexError | 23 |
An error occurred during the indexing process.
|
| IndexingFailed | 24 |
A critical failure occurred that caused the Indexing process to abort.
|
| NearDuplicateDetectionError | 25 |
An error occurred during near duplicate detection processing.
|
| NearDuplicateGroupingError | 26 |
An error occurred during the near duplicate grouping process.
|
| NoOcrContent | 27 |
OCR was attempted for a document but no content was retrieved.
|
| OcrError | 28 |
An error occurred during the OCRing of a document.
|
| OcrFailed | 29 |
A critical failure occurred that caused the OCR process to abort.
|
See Also