TantivyEx.Error.ConcurrencyError exception (TantivyEx v0.4.1)
View SourceThread pool and parallelism errors.
Summary
Types
@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 }