Enum riak::errors::RiakError [] [src]

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

Variants

Trait Implementations

impl Debug for RiakError
[src]

Formats the value using the given formatter.

impl Display for RiakError
[src]

Formats the value using the given formatter.

impl Error for RiakError
[src]

A short description of the error. Read more

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