Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Attributes | |
CRITICAL_ERRORS | |
NO_ERRORS | |
NONCRITICAL_ERRORS | |
Definition at line 36 of file DataSourceProcessorCallback.java.
org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult.CRITICAL_ERRORS |
Critical errors occurred while ading the data source to the case database. The data source was not added to the case database.
Definition at line 46 of file DataSourceProcessorCallback.java.
Referenced by org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceCallback.done(), and org.sleuthkit.autopsy.casemodule.LocalFilesDSProcessor.run().
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.
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.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.