HSX_E_HUBSPOT_ACCOUNT_CONFIG_NOT_FOUND
Explicit HubSpot config was not found.
What this error means
The path passed with `--config` does not identify a readable file.
When this error stops a command, hs-x exits with code 10. With --json, the failure is reported as a structured error whose code field is HSX_E_HUBSPOT_ACCOUNT_CONFIG_NOT_FOUND — stable to match on in scripts and agents.
Likely causes
- The config path is misspelled, relative to a different directory, or was removed
How to fix it
- Pass the correct
--config <path>or create the file before retrying
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.
Keep going