HSX_E_HUBSPOT_ACCOUNT_CONFIG_UNREADABLE
Explicit HubSpot config is unreadable.
What this error means
The file selected with `--config` could not be read safely.
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_UNREADABLE — stable to match on in scripts and agents.
Likely causes
- File permissions or an operating-system read error blocked access
How to fix it
- Fix access to the selected config file, then retry the same command
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