|  | ExceptionType Enumeration | 
 
                The types of exceptions raised when processing documents
            
 
    Namespace: 
   EdaIntegrationContract.Exceptions
    Assembly:
   EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
 Syntax
Syntaxpublic enum ExceptionType
 Members
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 mis-identification. | 
|  | 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. | 
|  | DeduplicationFailed | 4 | An error occurred during duplicate detection | 
|  | DocumentDelete | 5 | Error deleting documents | 
|  | EmailOpenError | 6 | An error occurred attempting to parse a file that appears to be an email. | 
|  | FilterError | 7 | An error occurred during evaluating a processing filter (e.g. duplicate/nist). | 
|  | ForensicImageOpenFailureError | 8 | An error occurred attempting to open or process a forensic image file. | 
|  | HashError | 9 | An error occurred during file and email hashing operations. | 
|  | IdentificationError | 10 | An error occurred during the file type identification process. | 
|  | InventoryError | 11 | An error occurred during the inventory process. | 
|  | InventoryFailed | 12 | A critical failure occurred that caused the Inventory process to abort. | 
|  | LanguageRecognitionError | 13 | An error occurred identifying the language of a document. | 
|  | MailStoreOpenError | 14 | An error occurred attempting to process an inaccessible or corrupted mailstores, e.g. a PST. | 
|  | MetadataExtractionError | 15 | An error occurred during the extraction of metadata from a file. | 
|  | ReprocessingRequired | 16 | Due to upgrade issues, reprocessing of the document is required in order to resolve issues
                with extracting the documents attachments | 
|  | Unknown | 17 | An unknown exception type was encountered. | 
|  | DateRange | 18 | date range exception | 
|  | EmptyFile | 19 | A file was successfully processed but it was an empty (zero byte) file. | 
|  | EncryptedFile | 20 | The contents of a file were unable to be processed due to encryption. | 
|  | ExecutableFile | 21 | An executable (binary) file was encountered. | 
|  | NoContent | 22 | A file was successfully processed but it contained no content. | 
|  | UnknownFileType | 23 | The file type of a document was unable to be determined. | 
|  | AnalyticsFailed | 24 | A critical failure occurred that caused the Analytics process to abort. | 
|  | EmailThreadDetectionError | 25 | An error occurred during the email threading process. | 
|  | IndexError | 26 | An error occurred during the indexing process. | 
|  | IndexingFailed | 27 | A critical failure occurred that caused the Indexing process to abort. | 
|  | IndexingTruncated | 28 | Only a portion of the content was indexed because it was too large to completely index. | 
|  | NearDuplicateDetectionError | 29 | An error occurred during near duplicate detection processing. | 
|  | NearDuplicateGroupingError | 30 | An error occurred during the near duplicate grouping process. | 
|  | NearNativeImagingError | 31 | Logged for Near Native Imaging errors | 
|  | NoOcrContent | 32 | OCR was attempted for a document but no content was retrieved. | 
|  | OcrError | 33 | An error occurred during the OCRing of a document. | 
|  | OcrFailed | 34 | A critical failure occurred that caused the OCR process to abort. | 
 See Also
See Also