pub struct HvError(/* private fields */);
Expand description
An HvStatus
value representing an error.
Implementations§
Source§impl HvError
impl HvError
Sourcepub const InvalidHypercallCode: Self
pub const InvalidHypercallCode: Self
Invalid hypercall code
Sourcepub const InvalidHypercallInput: Self
pub const InvalidHypercallInput: Self
Invalid hypercall input
Sourcepub const InvalidAlignment: Self
pub const InvalidAlignment: Self
Invalid alignment
Sourcepub const InvalidParameter: Self
pub const InvalidParameter: Self
Invalid parameter
Sourcepub const AccessDenied: Self
pub const AccessDenied: Self
Access denied
Sourcepub const InvalidPartitionState: Self
pub const InvalidPartitionState: Self
Invalid partition state
Sourcepub const OperationDenied: Self
pub const OperationDenied: Self
Operation denied
Sourcepub const UnknownProperty: Self
pub const UnknownProperty: Self
Unknown property
Sourcepub const PropertyValueOutOfRange: Self
pub const PropertyValueOutOfRange: Self
Property value out of range
Sourcepub const InsufficientMemory: Self
pub const InsufficientMemory: Self
Insufficient memory
Sourcepub const PartitionTooDeep: Self
pub const PartitionTooDeep: Self
Partition too deep
Sourcepub const InvalidPartitionId: Self
pub const InvalidPartitionId: Self
Invalid partition ID
Sourcepub const InvalidVpIndex: Self
pub const InvalidVpIndex: Self
Invalid VP index
Sourcepub const InvalidPortId: Self
pub const InvalidPortId: Self
Invalid port ID
Sourcepub const InvalidConnectionId: Self
pub const InvalidConnectionId: Self
Invalid connection ID
Sourcepub const InsufficientBuffers: Self
pub const InsufficientBuffers: Self
Insufficient buffers
Sourcepub const NotAcknowledged: Self
pub const NotAcknowledged: Self
Not acknowledged
Sourcepub const InvalidVpState: Self
pub const InvalidVpState: Self
Invalid VP state
Sourcepub const Acknowledged: Self
pub const Acknowledged: Self
Acknowledged
Sourcepub const InvalidSaveRestoreState: Self
pub const InvalidSaveRestoreState: Self
Invalid save restore state
Sourcepub const InvalidSynicState: Self
pub const InvalidSynicState: Self
Invalid SynIC state
Sourcepub const ObjectInUse: Self
pub const ObjectInUse: Self
Object in use
Sourcepub const InvalidProximityDomainInfo: Self
pub const InvalidProximityDomainInfo: Self
Invalid proximity domain info
Sourcepub const NoResources: Self
pub const NoResources: Self
No resources
Feature unavailable
Sourcepub const PartialPacket: Self
pub const PartialPacket: Self
Partial packet
Sourcepub const ProcessorFeatureNotSupported: Self
pub const ProcessorFeatureNotSupported: Self
Processor feature not supported
Sourcepub const ProcessorCacheLineFlushSizeIncompatible: Self
pub const ProcessorCacheLineFlushSizeIncompatible: Self
Processor cache line flush size incompatible
Sourcepub const InsufficientBuffer: Self
pub const InsufficientBuffer: Self
Insufficient buffer
Sourcepub const IncompatibleProcessor: Self
pub const IncompatibleProcessor: Self
Incompatible processor
Sourcepub const InsufficientDeviceDomains: Self
pub const InsufficientDeviceDomains: Self
Insufficient device domains
Sourcepub const CpuidFeatureValidationError: Self
pub const CpuidFeatureValidationError: Self
CPUID feature validation error
Sourcepub const CpuidXsaveFeatureValidationError: Self
pub const CpuidXsaveFeatureValidationError: Self
CPUID XSAVE feature validation error
Sourcepub const ProcessorStartupTimeout: Self
pub const ProcessorStartupTimeout: Self
Processor startup timeout
Sourcepub const SmxEnabled: Self
pub const SmxEnabled: Self
SMX enabled
Sourcepub const InvalidLpIndex: Self
pub const InvalidLpIndex: Self
Invalid LP index
Sourcepub const InvalidRegisterValue: Self
pub const InvalidRegisterValue: Self
Invalid register value
Sourcepub const InvalidVtlState: Self
pub const InvalidVtlState: Self
Invalid VTL state
Sourcepub const NxNotDetected: Self
pub const NxNotDetected: Self
NX not detected
Sourcepub const InvalidDeviceId: Self
pub const InvalidDeviceId: Self
Invalid device ID
Sourcepub const InvalidDeviceState: Self
pub const InvalidDeviceState: Self
Invalid device state
Sourcepub const PendingPageRequests: Self
pub const PendingPageRequests: Self
Pending page requests
Sourcepub const PageRequestInvalid: Self
pub const PageRequestInvalid: Self
Page request invalid
Sourcepub const KeyAlreadyExists: Self
pub const KeyAlreadyExists: Self
Key already exists
Sourcepub const DeviceAlreadyInDomain: Self
pub const DeviceAlreadyInDomain: Self
Device already in domain
Sourcepub const InvalidCpuGroupId: Self
pub const InvalidCpuGroupId: Self
Invalid CPU group ID
Sourcepub const InvalidCpuGroupState: Self
pub const InvalidCpuGroupState: Self
Invalid CPU group state
Sourcepub const OperationFailed: Self
pub const OperationFailed: Self
Operation failed
Sourcepub const NotAllowedWithNestedVirtActive: Self
pub const NotAllowedWithNestedVirtActive: Self
Not allowed with nested virtualization active
Sourcepub const InsufficientRootMemory: Self
pub const InsufficientRootMemory: Self
Insufficient root memory
Sourcepub const EventBufferAlreadyFreed: Self
pub const EventBufferAlreadyFreed: Self
Event buffer already freed
Sourcepub const VtlAlreadyEnabled: Self
pub const VtlAlreadyEnabled: Self
The VTL specified for the operation is already in an enabled state.
Sourcepub const UnknownRegisterName: Self
pub const UnknownRegisterName: Self
Unknown register name
Trait Implementations§
Source§impl Error for HvError
impl Error for HvError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
Source§impl From<HvError> for HypercallOutput
impl From<HvError> for HypercallOutput
Source§impl From<NonZero<u16>> for HvError
impl From<NonZero<u16>> for HvError
Source§fn from(err: NonZeroU16) -> Self
fn from(err: NonZeroU16) -> Self
Source§impl IntoBytes for HvErrorwhere
NonZeroU16: IntoBytes,
impl IntoBytes for HvErrorwhere
NonZeroU16: IntoBytes,
Source§impl KnownLayout for HvErrorwhere
Self: Sized,
impl KnownLayout for HvErrorwhere
Self: Sized,
Source§type PointerMetadata = ()
type PointerMetadata = ()
Self
. Read more