Raised at runtime when the query is invalid.
The type for this exception struct.
@type t() :: %Nebulex.QueryError{__exception__: true, message: binary(), query: any()}
This exception has the following public fields:
:message - the error message.
:message
:query - the query value.
:query