Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Attributes | List of all members
org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult Enum Reference

Public Attributes

 CRITICAL_ERRORS
 
 NO_ERRORS
 
 NONCRITICAL_ERRORS
 

Detailed Description

Definition at line 36 of file DataSourceProcessorCallback.java.

Member Data Documentation

org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult.CRITICAL_ERRORS
org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult.NO_ERRORS

No errors occurred while ading the data source to the case database.

Definition at line 41 of file DataSourceProcessorCallback.java.

Referenced by org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.XRYReportProcessorSwingWorker.done().

org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult.NONCRITICAL_ERRORS

Non-critical errors occurred while adding the data source to the case database. The data source was added to the database, but the data source may have been corrupted in some way.

Definition at line 52 of file DataSourceProcessorCallback.java.


The documentation for this enum was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.