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

View Source

Memory management and limits errors.

Summary

Types

t()

@type t() :: %TantivyEx.Error.MemoryError{
  __exception__: true,
  details: map() | nil,
  memory_limit: non_neg_integer() | nil,
  memory_used: non_neg_integer() | nil,
  message: String.t(),
  operation: atom() | nil,
  suggestion: String.t() | nil
}