Spex.Errors.FileError (spex v0.1.0)

Copy Markdown View Source

Alias type wrapper for file-system errors represented by File.Error.

Summary

Types

t()

@type t() :: %File.Error{
  __exception__: true,
  action: term(),
  path: term(),
  reason: term()
}