@salesforce/agents
    Preparing search index...

    Variable COMPILATION_API_EXIT_CODESConst

    COMPILATION_API_EXIT_CODES: { NOT_FOUND: 2; SERVER_ERROR: 3 } = ...

    Exit codes set on SfError when compile() fails due to server HTTP errors. Used by CLI (e.g. agent validate authoring-bundle) for scripting.

    Type Declaration

    • ReadonlyNOT_FOUND: 2

      Validation/compilation API returned 404 (e.g. endpoint not available)

    • ReadonlySERVER_ERROR: 3

      Validation/compilation API returned 500 (server error)