pub enum Error {
Show 31 variants
CloneKillEvent(Error),
CreateKillEvent(Error),
CreateTube(TubeError),
CreateWaitContext(Error),
TapEnable(Error),
TapOpen(Error),
TapSetIp(Error),
TapSetMacAddress(Error),
TapSetNetmask(Error),
TapSetOffload(Error),
TapSetVnetHdrSize(Error),
VhostErrorRead(Error),
VhostGetFeatures(Error),
VhostIotlbUnsupported,
VhostIrqCreate(Error),
VhostIrqRead(Error),
VhostNetSetBackend(Error),
VhostOpen(Error),
VhostSetFeatures(Error),
VhostSetMemTable(Error),
VhostSetOwner(Error),
VhostSetVringAddr(Error),
VhostSetVringBase(Error),
VhostSetVringCall(Error),
VhostSetVringErr(Error),
VhostSetVringKick(Error),
VhostSetVringNum(Error),
VhostVsockSetCid(Error),
VhostVsockStart(Error),
VringBaseMissing,
WaitError(Error),
}Variants§
CloneKillEvent(Error)
Cloning kill event failed.
CreateKillEvent(Error)
Creating kill event failed.
CreateTube(TubeError)
Creating tube failed.
CreateWaitContext(Error)
Creating wait context failed.
TapEnable(Error)
Enabling tap interface failed.
TapOpen(Error)
Open tap device failed.
TapSetIp(Error)
Setting tap IP failed.
TapSetMacAddress(Error)
Setting tap mac address failed.
TapSetNetmask(Error)
Setting tap netmask failed.
TapSetOffload(Error)
Setting tap interface offload flags failed.
TapSetVnetHdrSize(Error)
Setting vnet header size failed.
VhostErrorRead(Error)
Failed to read vhost error event.
VhostGetFeatures(Error)
Get features failed.
VhostIotlbUnsupported
Vhost IOTLB required but not supported.
VhostIrqCreate(Error)
Failed to create vhost event.
VhostIrqRead(Error)
Failed to read vhost interrupt event.
VhostNetSetBackend(Error)
Net set backend failed.
VhostOpen(Error)
Failed to open vhost device.
VhostSetFeatures(Error)
Set features failed.
VhostSetMemTable(Error)
Set mem table failed.
VhostSetOwner(Error)
Set owner failed.
VhostSetVringAddr(Error)
Set vring addr failed.
VhostSetVringBase(Error)
Set vring base failed.
VhostSetVringCall(Error)
Set vring call failed.
VhostSetVringErr(Error)
Set vring err failed.
VhostSetVringKick(Error)
Set vring kick failed.
VhostSetVringNum(Error)
Set vring num failed.
VhostVsockSetCid(Error)
Failed to set CID for guest.
VhostVsockStart(Error)
Failed to start vhost-vsock driver.
VringBaseMissing
WaitError(Error)
Error while waiting for events.