Struct ObscuredFileWriteResult
Contains ObscuredFile write operation results.
public readonly struct ObscuredFileWriteResult
Properties
Error
public ObscuredFileError Error { get; }
Property Value
IsValid
Returns true if this struct was filled with actual data, otherwise will stay false.
public bool IsValid { get; }
Property Value
- bool
Success
Returns true in case operation had no errors.
public bool Success { get; }
Property Value
- bool
Methods
ToString()
Returns contents of this operation result.
public override string ToString()
Returns
- string
Human-readable operation result.