Member Junction
    Preparing search index...

    Type Alias ListDeltaWarningCode

    ListDeltaWarningCode:
        | "WILL_REMOVE_RECORDS"
        | "ENTITY_MISMATCH"
        | "EMPTY_SOURCE"
        | "EMPTY_TARGET"
        | "LARGE_OPERATION"

    Category of warning surfaced by a delta or set-op preview. Warnings do not block — ApplyDelta enforces the hard rules (drop confirmation, stale tokens, permissions). Use warnings to drive UX hints.