TantivyEx.Error.MemoryError exception (TantivyEx v0.4.1)
View SourceMemory management and limits errors.
Summary
Types
@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 }