Nebulex.QueryError exception (Nebulex v3.0.0-rc.1)

View Source

Raised at runtime when the query is invalid.

Summary

Types

t()

The type for this exception struct.

Types

t()

@type t() :: %Nebulex.QueryError{__exception__: true, message: binary(), query: any()}

The type for this exception struct.

This exception has the following public fields:

  • :message - the error message.

  • :query - the query value.