Enum reql::error::ReqlAvailabilityError [] [src]

pub enum ReqlAvailabilityError {
    OpFailed(ReqlOpFailedError),
    OpIndeterminate(ReqlOpIndeterminateError),
}

A server in the cluster is unavailable

The parent class of ReqlOpFailedError and ReqlOpIndeterminateError. Programs may use this to catch any availability error, but the server will always return one of this class’s children.

Variants

OpFailed(ReqlOpFailedError)OpIndeterminate(ReqlOpIndeterminateError)

Trait Implementations

impl Debug for ReqlAvailabilityError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.