File system and I/O related errors.
@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 }