Enum libvirt_rpc::request::ErrorDomain [] [src]

#[repr(u32)]
pub enum ErrorDomain { None, Xen, Xend, Xenstore, Sexpr, Xml, Dom, Rpc, Proxy, Conf, Qemu, Net, Test, Remote, Openvz, Xenxm, StatsLinux, Lxc, Storage, Network, Domain, Uml, Nodedev, XenInotify, Security, Vbox, Interface, One, Esx, Phyp, Secret, Cpu, Xenapi, Nwfilter, Hook, DomainSnapshot, Audit, Sysinfo, Streams, Vmware, Event, Libxl, Locking, Hyperv, Capabilities, Uri, Auth, Dbus, Parallels, Device, Ssh, Lockspace, Initctl, Identity, Cgroup, Access, Systemd, Bhyve, Crypto, Firewall, Polkit, Thread, Admin, Logging, Xenxl, Perf, Libssh, }

Variants

Error at Xen hypervisor layer

Error at connection with xend daemon

Error at connection with xen store

Error in the S-Expression code

Error in the XML code

Error when operating on a domain

Error in the XML-RPC code

Error in the proxy code; unused since 0.8.6

Error in the configuration file handling

Error at the QEMU daemon

Error when operating on a network

Error from test driver

Error from remote driver

Error from OpenVZ driver

Error at Xen XM layer

Error in the Linux Stats code

Error from Linux Container driver

Error from storage driver

Error from network config

Error from domain config

Error at the UML driver

Error from node device monitor

Error from xen inotify layer

Error from security framework

Error from VirtualBox driver

Error when operating on an interface

The OpenNebula driver no longer exists. Retained for ABI/API compat only

Error from ESX driver

Error from IBM power hypervisor

Error from secret storage

Error from CPU driver

Error from XenAPI

Error from network filter driver

Error from Synchronous hooks

Error from domain snapshot

Error from auditing subsystem

Error from sysinfo/SMBIOS

Error from I/O streams

Error from VMware driver

Error from event loop impl

Error from libxenlight driver

Error from lock manager

Error from Hyper-V driver

Error from capabilities

Error from URI handling

Error from auth handling

Error from DBus

Error from Parallels

Error from Device

Error from libssh2 connection transport

Error from lockspace

Error from initctl device communication

Error from identity code

Error from cgroups

Error from access control manager

Error from systemd code

Error from bhyve driver

Error from crypto code

Error from firewall

Error from polkit code

Error from thread utils

Error from admin backend

Error from log manager

Error from Xen xl config code

Error from perf

Error from libssh connection transport

Trait Implementations

impl Debug for ErrorDomain
[src]

[src]

Formats the value using the given formatter. Read more

impl From<i32> for ErrorDomain
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ErrorDomain

impl Sync for ErrorDomain