Package org.libvirt
Enum Class Error.ErrorDomain
- All Implemented Interfaces:
Serializable
,Comparable<Error.ErrorDomain>
,Constable
- Enclosing class:
- Error
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionError from access control managerError from admin backendError from auditing subsystemError from auth handlingError from bhyve driverError from BPF codeError from capabilitiesError from cgroupsError from Cloud-Hypervisor driverError in the configuration file handlingError from CPU driverError from crypto codeError from DBusError from DeviceError when operating on a domainError from domain configError from domain checkpointError from domain snapshotError from ESX driverError from event loop implError from firewallError from firewalldError from Synchronous hooksError from Hyper-V driverError from identity codeError from initctl device communicationError when operating on an interfaceError from libssh connection transportError from libxenlight driverError from lock managerError from lockspaceError from log managerError from Linux Container driverError when operating on a networkError from network configError from node device monitorError from network filter driverError from OpenNebula driverError from OpenVZ driverError from ParallelsError from perfError from IBM power hypervisorError from polkit codeError in the proxy codeError at the QEMU daemonError from remote driverError from resource controlError in the XML-RPC codeError from secret storageError from security frameworkError in the S-Expression codeError from libssh2 connection transportError in the Linux Stats codeError from storage driverError from I/O streamsError from sysinfo/SMBIOSError from systemd codeError from test driverError from thread utilsError from TPMError at the UML driverunknown error domainError from URI handlingError from VirtualBox driverError from VMware driverError at Xen hypervisor layerError from xen inotify layerError from XenAPIError at connection with xend daemonError at connection with xen storeError from Xen xl config codeError at Xen XM layerError in the XML code -
Method Summary
Modifier and TypeMethodDescriptionstatic Error.ErrorDomain
Returns the enum constant of this class with the specified name.static Error.ErrorDomain[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.protected static Error.ErrorDomain
wrap
(int value)
-
Enum Constant Details
-
VIR_FROM_NONE
-
VIR_FROM_XEN
Error at Xen hypervisor layer -
VIR_FROM_XEND
Error at connection with xend daemon -
VIR_FROM_XENSTORE
Error at connection with xen store -
VIR_FROM_SEXPR
Error in the S-Expression code -
VIR_FROM_XML
Error in the XML code -
VIR_FROM_DOM
Error when operating on a domain -
VIR_FROM_RPC
Error in the XML-RPC code -
VIR_FROM_PROXY
Error in the proxy code -
VIR_FROM_CONF
Error in the configuration file handling -
VIR_FROM_QEMU
Error at the QEMU daemon -
VIR_FROM_NET
Error when operating on a network -
VIR_FROM_TEST
Error from test driver -
VIR_FROM_REMOTE
Error from remote driver -
VIR_FROM_OPENVZ
Error from OpenVZ driver -
VIR_FROM_XENXM
Error at Xen XM layer -
VIR_FROM_STATS_LINUX
Error in the Linux Stats code -
VIR_FROM_LXC
Error from Linux Container driver -
VIR_FROM_STORAGE
Error from storage driver -
VIR_FROM_NETWORK
Error from network config -
VIR_FROM_DOMAIN
Error from domain config -
VIR_FROM_UML
Error at the UML driver -
VIR_FROM_NODEDEV
Error from node device monitor -
VIR_FROM_XEN_INOTIFY
Error from xen inotify layer -
VIR_FROM_SECURITY
Error from security framework -
VIR_FROM_VBOX
Error from VirtualBox driver -
VIR_FROM_INTERFACE
Error when operating on an interface -
VIR_FROM_ONE
Error from OpenNebula driver -
VIR_FROM_ESX
Error from ESX driver -
VIR_FROM_PHYP
Error from IBM power hypervisor -
VIR_FROM_SECRET
Error from secret storage -
VIR_FROM_CPU
Error from CPU driver -
VIR_FROM_XENAPI
Error from XenAPI -
VIR_FROM_NWFILTER
Error from network filter driver -
VIR_FROM_HOOK
Error from Synchronous hooks -
VIR_FROM_DOMAIN_SNAPSHOT
Error from domain snapshot -
VIR_FROM_AUDIT
Error from auditing subsystem -
VIR_FROM_SYSINFO
Error from sysinfo/SMBIOS -
VIR_FROM_STREAMS
Error from I/O streams -
VIR_FROM_VMWARE
Error from VMware driver -
VIR_FROM_EVENT
Error from event loop impl -
VIR_FROM_LIBXL
Error from libxenlight driver -
VIR_FROM_LOCKING
Error from lock manager -
VIR_FROM_HYPERV
Error from Hyper-V driver -
VIR_FROM_CAPABILITIES
Error from capabilities -
VIR_FROM_URI
Error from URI handling -
VIR_FROM_AUTH
Error from auth handling -
VIR_FROM_DBUS
Error from DBus -
VIR_FROM_PARALLELS
Error from Parallels -
VIR_FROM_DEVICE
Error from Device -
VIR_FROM_SSH
Error from libssh2 connection transport -
VIR_FROM_LOCKSPACE
Error from lockspace -
VIR_FROM_INITCTL
Error from initctl device communication -
VIR_FROM_IDENTITY
Error from identity code -
VIR_FROM_CGROUP
Error from cgroups -
VIR_FROM_ACCESS
Error from access control manager -
VIR_FROM_SYSTEMD
Error from systemd code -
VIR_FROM_BHYVE
Error from bhyve driver -
VIR_FROM_CRYPTO
Error from crypto code -
VIR_FROM_FIREWALL
Error from firewall -
VIR_FROM_POLKIT
Error from polkit code -
VIR_FROM_THREAD
Error from thread utils -
VIR_FROM_ADMIN
Error from admin backend -
VIR_FROM_LOGGING
Error from log manager -
VIR_FROM_XENXL
Error from Xen xl config code -
VIR_FROM_PERF
Error from perf -
VIR_FROM_LIBSSH
Error from libssh connection transport -
VIR_FROM_RESCTRL
Error from resource control -
VIR_FROM_FIREWALLD
Error from firewalld -
VIR_FROM_DOMAIN_CHECKPOINT
Error from domain checkpoint -
VIR_FROM_TPM
Error from TPM -
VIR_FROM_BPF
Error from BPF code -
VIR_FROM_CH
Error from Cloud-Hypervisor driver -
VIR_FROM_UNKNOWN
unknown error domain
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
wrap
-