ISPO SDK
    Preparing search index...

    Interface CloudSyncSurfaceStatus

    Markdown

    One state from the closed CloudSyncSurfaceState vocabulary, with a bounded, id-free detail string and the pending-op count where relevant.

    interface CloudSyncSurfaceStatus {
        detail: string;
        pendingCount?: number;
        rejectedAuthorityCode?: string;
        rejectedAuthorityCount?: number;
        stale: boolean;
        state: CloudSyncSurfaceState;
    }
    Index
    detail: string

    One bounded, human-readable sentence. Never a raw id.

    pendingCount?: number

    Local entity + authority ops not yet pushed/ack'd; present for uploading, needs-attention, and disconnecting.

    rejectedAuthorityCode?: string

    Stable, id-free refusal code for the latest rejected authority operation.

    rejectedAuthorityCount?: number

    Current-generation portable-authority refusals requiring repair.

    stale: boolean

    True when a decision cannot be echoed against a current authority epoch (§27.13) while asks await one — the renderer's distinct Stale badge.