Enum reql::error::ReqlCompileError [] [src]

pub enum ReqlCompileError {}

The query cannot be compiled by the server

This may be due to a syntax error, such as an unrecognized optional argument, or specifying the wrong number of arguments to a command.

Trait Implementations

impl Debug for ReqlCompileError
[src]

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

Formats the value using the given formatter.