Error Set GetDataError [src]

Errors

BufferTooSmall
InvalidParameter
NotFound
NotReady
Unexpected UnexpectedError

Source

pub const GetDataError = uefi.UnexpectedError || error{ InvalidParameter, BufferTooSmall, NotReady, NotFound, }