Apalachex.Spec.Error exception (apalachex v0.1.0)

Copy Markdown View Source

A specification artifact validation failure.

Summary

Types

reason()

@type reason() ::
  :not_found
  | :not_a_regular_file
  | {:invalid_extension, String.t()}
  | {:filesystem, File.posix()}

t()

@type t() :: %Apalachex.Spec.Error{
  __exception__: term(),
  field: :source | :config,
  path: Path.t(),
  reason: reason()
}