hen-0.1.0.1: Haskell bindings to Xen hypervisor interface

Safe HaskellSafe-Inferred

System.Xen.Errors

Description

This module provides every special exception that can be raised in Mid and High-level interfaces.

Synopsis

Documentation

data XcHandleOpenError Source

This error can be raised if handle can not be opened, insufficient rights for example.

Constructors

XcHandleOpenError Errno 

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.

getErrno :: MonadIO m => m ErrnoSource

Generalized version of getErrno