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

View Source

Thread pool and parallelism errors.

Summary

Types

t()

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