@oss-autopilot/core - v3.14.5
    Preparing search index...

    Class ConcurrencyError

    Thrown when an optimistic compare-and-swap on state.json detects that another process wrote the file between load and save. See issue #1030.

    Library consumers should call stateManager.reloadIfChanged() and re-apply their mutation. The runtime message is phrased for CLI end-users; the structured expectedMtimeMs / actualMtimeMs fields are for programmatic handling.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    actualMtimeMs: number
    code: string
    expectedMtimeMs: number