TantivyEx.Error.QueryError exception (TantivyEx v0.4.1)

View Source

Query parsing and execution errors.

Summary

Types

t()

@type t() :: %TantivyEx.Error.QueryError{
  __exception__: true,
  details: map() | nil,
  message: String.t(),
  operation: atom() | nil,
  parser_type: String.t() | nil,
  position: non_neg_integer() | nil,
  query: String.t() | nil,
  suggestion: String.t() | nil
}