Sanity Library Reference Docs
    Preparing search index...

    Thrown when a fireAction commit loses the optimistic-locking race on every commit attempt — each reload + ifRevisionId retry was beaten by another writer committing first. Surfacing it (rather than silently overwriting) lets the caller decide whether to retry later or report a write storm; nothing was committed on the final attempt.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • args: { action: string; activity: string; attempts: number; instanceId: string }

      Returns ConcurrentFireActionError

    Properties

    action: string
    activity: string
    attempts: number
    cause?: unknown
    instanceId: string
    kind: "concurrent-fire-action"
    message: string
    name: string
    stack?: string