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

    Class GistConcurrencyError

    Thrown when a Gist push collides with a concurrent write from another machine and the in-flight merge attempt also lost the race (#1115).

    Carries the ETag we tried to write against (expectedEtag) and the ETag we observed during the merge refetch (remoteEtag) so callers / tests can assert on the precise mismatch. The message is phrased for end-users; state-sync retries from a fresh fetch.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    code: string
    expectedEtag: string | null
    remoteEtag: string | null