QuintConnect.Replay.Error exception (quint_connect v0.2.0)

Copy Markdown View Source

Structured replay failure.

Summary

Types

t()

@type t() :: %QuintConnect.Replay.Error{
  __exception__: true,
  details: term(),
  reason: term(),
  seed: String.t() | nil,
  step: term(),
  step_index: non_neg_integer() | nil,
  trace_index: pos_integer() | nil
}