A contextual conformance-workflow failure.
Errors are constructed by Victoria and should be treated as read-only. Verification failures retain earlier successful verifications and the full Apalache result.
Summary
Types
@type phase() :: :run_directory | :apalache | :verification
The workflow phase that failed.
@type t() :: %Victoria.Workflow.Error{ __exception__: term(), apalache: Victoria.Apalache.Result.t() | nil, completed_verifications: [Victoria.Workflow.Verification.t()], model: module(), phase: phase(), reason: term(), spec: Victoria.Spec.t(), trace_index: non_neg_integer() | nil, trace_path: Path.t() | nil }
A run-directory, Apalache, or implementation-verification failure.