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

View Source

Index creation and management errors.

Summary

Types

t()

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