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

View Source

Index locking and concurrency errors.

Summary

Types

t()

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