View Source Mobius.FileError exception (mobius v0.5.0)

Used when there is an error conducting file operations

Link to this section Summary

Link to this section Types

@type t() :: %Mobius.FileError{
  __exception__: term(),
  error: atom(),
  file: Path.t(),
  message: binary(),
  operation: binary()
}