HSX_E_MIGRATE_NOTHING_PORTABLE

Nothing portable to migrate.

What this error means

`hs-x migrate run` found no component it can port automatically — every detected piece needs a human decision first, or the source has no recognizable components.

When this error stops a command, hs-x exits with code 1. With --json, the failure is reported as a structured error whose code field is HSX_E_MIGRATE_NOTHING_PORTABLE — stable to match on in scripts and agents.

Likely causes

  • The source directory has an hsproject.json but no supported component configs
  • Every detected component carries a blocking finding (missing fetch URL, missing function entrypoint, missing labels)

How to fix it

  • Run hs-x migrate inspect <path> to see the findings with remediation steps
  • Resolve the blocking findings in the legacy source, then re-run hs-x migrate run

Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.