Index locking and concurrency errors.
@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 }