exceptions
¶
Exceptions.
- exception compute.exceptions.ComputeError¶
Basic exception class.
- exception compute.exceptions.ConfigLoaderError¶
Something went wrong when loading configuration.
- exception compute.exceptions.GuestAgentCommandNotSupportedError¶
Guest agent command is not supported or blacklisted on guest.
- exception compute.exceptions.GuestAgentError¶
Something went wring when QEMU Guest Agent call.
- exception compute.exceptions.GuestAgentTimeoutExceededError(msg: int)¶
QEMU timeout exceeded.
Guest agent is not connected or is unavailable.
- exception compute.exceptions.InstanceError¶
Something went wrong while interacting with the domain.
- exception compute.exceptions.InstanceNotFoundError(msg: str)¶
Virtual machine or container not found on compute node.
- exception compute.exceptions.SessionError¶
Something went wrong while connecting to libvirtd.
- exception compute.exceptions.StoragePoolError¶
Something went wrong when operating with storage pool.
- exception compute.exceptions.StoragePoolNotFoundError(msg: str)¶
Storage pool not found.
- exception compute.exceptions.VolumeNotFoundError(msg: str)¶
Storage volume not found.