Error Set ReadFileError [src]

Errors

BrokenPipe
ConnectionResetByPeer

The specified network name is no longer available.

LockViolation

Unable to read file due to lock.

OperationAborted
Unexpected

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, }