Sanity Library Reference Docs
    Preparing search index...

    The effect key does not match any pending effect on the instance. When the key matches an effectHistory row instead, settled carries that row's outcome so a consumer can branch on WHY the entry is gone: a double delivery on an at-least-once runtime (done/failed — the first completion drained it, treat the retry as already-done), or an abort that cancelled the entry before dispatch (cancelled — the reported work was discarded, not recorded). settled absent means the key never existed.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    effectKey: string
    instanceId: string
    kind: "effect-not-found"
    message: string
    name: string

    The matching effectHistory outcome, when the effect settled rather than never existed.

    stack?: string