Error Set InitializeError [src]

Errors

DeviceError
InvalidParameter
NotStarted
OutOfResources
Unexpected UnexpectedError
Unsupported

Source

pub const InitializeError = uefi.UnexpectedError || error{ NotStarted, OutOfResources, InvalidParameter, DeviceError, Unsupported, }