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

Copy Markdown View Source

Structured replay failure.

Summary

Types

t()

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