Enum reql::error::ReqlQueryLogicError [] [src]

pub enum ReqlQueryLogicError {
    NonExistence(ReqlNonExistenceError),
}

The query contains a logical impossibility, such as adding a number to a string.

Variants

NonExistence(ReqlNonExistenceError)

Trait Implementations

impl Debug for ReqlQueryLogicError
[src]

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

Formats the value using the given formatter.