Safe Haskell | Safe-Inferred |
---|
System.Xen.Errors
Description
This module provides every special exception that can be raised in Mid and High-level interfaces.
Documentation
data XcHandleOpenError Source
This error can be raised if handle can not be opened, insufficient rights for example.
Constructors
XcHandleOpenError Errno |
data InvalidDomainShutdownReason Source
This error can be raised if peecked value of
DomainShutdownReason
is not expected.
Constructors
InvalidDomainShutdownReason CInt | Peeked value |
data DomainGetInfoError Source
This error can be raised if any error occured during receiving the list, for example: try to to fetch a list in domU.
Constructors
DomainGetInfoError Errno |