Enum gluster::GlusterError [] [src]

pub enum GlusterError {
    AddrParseError(AddrParseError),
    FromUtf8Error(FromUtf8Error),
    IoError(Error),
    NoVolumesPresent,
    ParseError(ParseError),
    ParseBoolErr(ParseBoolError),
    ParseIntError(ParseIntError),
    RegexError(Error),
    SerdeError(Error),
}

Custom error handling for the library

Variants

Methods

impl GlusterError
[src]

Convert a GlusterError into a String representation.

Trait Implementations

impl Debug for GlusterError
[src]

Formats the value using the given formatter.

impl From<Error> for GlusterError
[src]

Performs the conversion.

impl From<FromUtf8Error> for GlusterError
[src]

Performs the conversion.

impl From<ParseError> for GlusterError
[src]

Performs the conversion.

impl From<AddrParseError> for GlusterError
[src]

Performs the conversion.

impl From<ParseIntError> for GlusterError
[src]

Performs the conversion.

impl From<ParseBoolError> for GlusterError
[src]

Performs the conversion.

impl From<Error> for GlusterError
[src]

Performs the conversion.

impl From<Error> for GlusterError
[src]

Performs the conversion.