Struct ObscuredFileError
ObscuredFile-related errors container.
public readonly struct ObscuredFileError
Properties
ErrorCode
Represents error code. If there was no error it will equal to ObscuredFileErrorCode.NoError.
public ObscuredFileErrorCode ErrorCode { get; }
Property Value
Exception
Contains exception details if ErrorCode equals to the ObscuredFileErrorCode.OtherException.
public Exception Exception { get; }
Property Value
- Exception
Methods
ToString()
Returns contents of this error.
public override string ToString()
Returns
- string
Human-readable error information.