Error Set OpenError [src]

Errors

AccessDenied
AntivirusInterference
BadPathName
FileNotFound
IsDir
NameTooLong
NetworkNotFound
NoDevice
NotDir
PathAlreadyExists
PipeBusy
Unexpected
WouldBlock

Source

pub const OpenError = error{ IsDir, NotDir, FileNotFound, NoDevice, AccessDenied, PipeBusy, PathAlreadyExists, Unexpected, NameTooLong, WouldBlock, NetworkNotFound, AntivirusInterference, BadPathName, }