Enum ObscuredFileErrorCode
Possible error codes for the file read operation.
public enum ObscuredFileErrorCode : byte
Fields
DataIsNotLocked = 15Indicates read data was not locked but you are using DeviceLockLevel.Strict which prevents reading such files.
FileDamaged = 10Indicates file header was damaged.
FileNotFound = 5Indicates file to read from wasn't found.
NoError = 0Indicates no errors happened.
NotInitialized = 20Indicates used tool wasn't properly initialized. See error logs for more information.
OtherException = 250Indicates some other exception occured, see ObscuredFileError.Exception for details.