Hegel.Failure (hegel_elixir v0.1.1)

View Source

A minimized counterexample and its Elixir failure.

Summary

Types

t()

@type t() :: %Hegel.Failure{
  blob: String.t() | nil,
  draws: [map()],
  inspect_opts: keyword(),
  kind: :error | :exit | :throw | nil,
  notes: [term()],
  origin: String.t(),
  output: [String.t()],
  reason: term(),
  stacktrace: list()
}