Error Set ReadFileError [src]
Errors
The specified network name is no longer available.
Unable to read file due to lock.
Source
pub const ReadFileError = error{
BrokenPipe,
/// The specified network name is no longer available.
ConnectionResetByPeer,
OperationAborted,
/// Unable to read file due to lock.
LockViolation,
Unexpected,
}