Autopsy  3.1
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

 NO_ERRORS
 No errors were encountered while ading the data source. More...
 
 CRITICAL_ERRORS
 No data was added to the database. There were fundamental errors processing the data (such as no data or system failure). More...
 
 NONCRITICAL_ERRORS
 There was data added to the database, but there were errors from data corruption or a small number of minor issues. More...
 

Detailed Description

Definition at line 34 of file DataSourceProcessorCallback.java.

Member Data Documentation

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

No data was added to the database. There were fundamental errors processing the data (such as no data or system failure).

Definition at line 36 of file DataSourceProcessorCallback.java.

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

No errors were encountered while ading the data source.

Definition at line 35 of file DataSourceProcessorCallback.java.

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

There was data added to the database, but there were errors from data corruption or a small number of minor issues.

Definition at line 37 of file DataSourceProcessorCallback.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.