Errors that occur during aggregation operations.
@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 }