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

View Source

Errors that occur during aggregation operations.

Summary

Types

t()

@type t() :: %TantivyEx.Error.AggregationError{
  __exception__: true,
  aggregation_type: String.t() | nil,
  details: map() | nil,
  field: String.t() | nil,
  message: String.t(),
  operation: atom() | nil,
  suggestion: String.t() | nil
}