Click or drag to resize

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
C#
public enum ExceptionType
Members
  Member nameValueDescription
AnalysisFailed0 A critical failure occurred that caused the Analysis process to abort.
ArchiveOpenError1 An error occurred attempting to parse an archive failed due to corruption, encryption or misidentification.
ContainerError2 An error occurred attempting to list the contents of a container or sub-container.
ContentExtractionError3 An error occurred during extracting the content from a file.
EmailOpenError4 An error occurred attempting to parse a file that appears to be an email.
FilterError5 An error occurred during evaluating a processing filter (e.g. duplicate/nist).
ForensicImageOpenFailureError6 An error occurred attempting to open or process a forensic image file.
HashError7 An error occurred during file and email hashing operations.
IdentificationError8 An error occurred during the file type identification process.
InventoryError9 An error occurred during the inventory process.
InventoryFailed10 A critical failure occurred that caused the Inventory process to abort.
LanguageRecognitionError11 An error occurred identifying the language of a document.
MailStoreOpenError12 An error occurred attempting to process an inaccessible or corrupted mailstores, e.g. a PST.
MetadataExtractionError13 An error occurred during the extraction of metadata from a file.
Unknown14 An unknown exception type was encountered.
EmptyFile15 A file was successfully processed but it was an empty (zero byte) file.
EncryptedFile16 The contents of a file were unable to be processed due to encryption.
ExecutableFile17 An executable (binary) file was encountered.
NoContent18 A file was successfully processed but it contained no content.
UnknownFileType19 The file type of a document was unable to be determined.
DateRange20 date range exception
AnalyticsFailed21 A critical failure occurred that caused the Analytics process to abort.
EmailThreadDetectionError22 An error occurred during the email threading process.
IndexError23 An error occurred during the indexing process.
IndexingFailed24 A critical failure occurred that caused the Indexing process to abort.
NearDuplicateDetectionError25 An error occurred during near duplicate detection processing.
NearDuplicateGroupingError26 An error occurred during the near duplicate grouping process.
NoOcrContent27 OCR was attempted for a document but no content was retrieved.
OcrError28 An error occurred during the OCRing of a document.
OcrFailed29 A critical failure occurred that caused the OCR process to abort.
See Also