Query parsing and execution errors.
@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 }