Contents

invalidVirtualMachineState

An invalid state error.

Declaration

static var invalidVirtualMachineState: VZError.Code { get }

Discussion

This error occurs when the virtual machine is in the wrong state for the current operation. For example, you might receive this error when you attempt to interact with a virtual machine that’s stopped or paused.

See Also

Getting the error codes