Error Set ReceiveError [src]

Errors

BufferTooSmall
DeviceError
InvalidParameter
NotReady
NotStarted
Unexpected UnexpectedError

Source

pub const ReceiveError = uefi.UnexpectedError || error{ NotStarted, NotReady, BufferTooSmall, InvalidParameter, DeviceError, }