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

View Source

File system and I/O related errors.

Summary

Types

t()

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