Sanity Library Reference Docs
    Preparing search index...

    Thrown when a start fails AFTER its create committed but BEFORE priming: the instance document exists, unprimed (see isUnprimed) — a genuinely failed start, but a RESUMABLE one. The error names the id so every surface's failure message can point at the retry rail: retrying startInstance with this instanceId finishes the start instead of creating a duplicate; aborting the instance discards it.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    instanceId: string
    kind: "start-not-primed"
    message: string
    name: string
    stack?: string