Enum riak::errors::RiakErr [] [src]

pub enum RiakErr {
    IoError(Error),
    ProtobufError(ProtobufError),
    ServerError(ServerError),
}

Represents errors that can occur with this Riak client and its components.

Variants

Trait Implementations

impl Debug for RiakErr
[src]

Formats the value using the given formatter.

impl Display for RiakErr
[src]

Formats the value using the given formatter.

impl Error for RiakErr
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more