Sanity Library Reference Docs
    Preparing search index...

    Thrown when a mid-dispatch state report (commitEffectOps) presents a claim token that no longer authorises writing: the entry's claim was released, taken over by another dispatch (claim-superseded), or its lease lapsed. Nothing was written — the gate runs before any mutation. The handler should stop reporting; its completion still follows the normal first-writer-wins completion semantics.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    effectKey: string
    instanceId: string
    kind: "stale-effect-claim"
    message: string
    name: string
    stack?: string