Sanity Library Reference Docs
    Preparing search index...
    EffectRunStatus: "done" | "failed" | "cancelled"

    Every terminal state an effect run can record. done and failed are reported through completion (EffectCompletionStatus); cancelled is engine-stamped only — an abort cancelling the entry before dispatch. A cancellation is not a failure: anything counting failures (dashboards, retry tooling) must not count aborted-away effects among them.