public final class FailureType
extends Enum
Indicates the failure type.
Modifier and Type | Field and Description |
---|---|
static int |
DataCorrupted
The item data is corrupted and cannot be retrieved.
|
static int |
FileCorrupted
The pst file is corrupted and items cannot be able to read.
|
static int |
FileHeaderCorrupted
The file header is corrupted, but perhaps file can be read.
|
static int |
ReferenceLost
The item reference is lost, but the data probably exists.
|
static int |
Unknown
An error of an unknown type has occurred.
|
public static final int ReferenceLost
The item reference is lost, but the data probably exists.
public static final int DataCorrupted
The item data is corrupted and cannot be retrieved.
public static final int FileCorrupted
The pst file is corrupted and items cannot be able to read.
public static final int FileHeaderCorrupted
The file header is corrupted, but perhaps file can be read.
public static final int Unknown
An error of an unknown type has occurred.