Error

Type Alias Error 

Source
pub type Error = CoordinateError<ClusterError>;

Aliased Type§

pub enum Error {
    IoError(Error),
    UnixError(Errno),
    ControlError(ClusterError),
    DoesNotExist,
}

Variants§

§

IoError(Error)

§

UnixError(Errno)

§

ControlError(ClusterError)

§

DoesNotExist

Trait Implementations§

Source§

impl From<ClusterError> for Error

Source§

fn from(err: ClusterError) -> Self

Converts to this type from the input type.