Error Set SetVariableError [src]

Errors

DeviceError
InvalidParameter
NotFound
OutOfResources
SecurityViolation
Unexpected UnexpectedError
Unsupported
WriteProtected

Source

pub const SetVariableError = uefi.UnexpectedError || error{ InvalidParameter, OutOfResources, DeviceError, WriteProtected, SecurityViolation, NotFound, Unsupported, }