Scrypath.Operator.FailedSyncWorkInspection (scrypath v0.3.5)

Copy Markdown View Source

Opt-in enriched result from Scrypath.failed_sync_work/2 when reason_class_counts: true is passed in operator options.

entries is the same row list used to compute counts, so triage views stay consistent with the rollup totals.

Summary

Types

t()

@type t() :: %Scrypath.Operator.FailedSyncWorkInspection{
  counts: Scrypath.Operator.ReasonClassCounts.t(),
  entries: [Scrypath.Operator.FailedWork.t()]
}