Enum reql::error::ReqlDriverError [] [src]

pub enum ReqlDriverError {
    Auth(ReqlAuthError),
}

An error has occurred within the driver

This may be a driver bug, or it may be an unfulfillable command, such as an unserializable query.

Variants

Auth(ReqlAuthError)

Trait Implementations

impl Debug for ReqlDriverError
[src]

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

Formats the value using the given formatter.