Error Set FlushError [src]

Errors

AccessDenied
DeviceError
Unexpected UnexpectedError
VolumeCorrupted
VolumeFull
WriteProtected

Source

pub const FlushError = uefi.UnexpectedError || error{ DeviceError, VolumeCorrupted, WriteProtected, AccessDenied, VolumeFull, }