# `Scrypath.Operator.FailedSyncWorkInspection`
[🔗](https://github.com/szTheory/scrypath/blob/v0.3.5/lib/scrypath/operator/failed_sync_work_inspection.ex#L1)

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.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
