Struct riak::errors::ServerError [] [src]

pub struct ServerError { /* fields omitted */ }

Represents an error that has occurred on the server side.

Methods

impl ServerError
[src]

Trait Implementations

impl Debug for ServerError
[src]

Formats the value using the given formatter.

impl Error for ServerError
[src]

A short description of the error. Read more

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

impl Display for ServerError
[src]

Formats the value using the given formatter.