HSX_E_DIRECT_HUBSPOT_ACCOUNT_CONFLICT
HubSpot account selectors conflict.
What this error means
Two explicit selectors named different HubSpot developer accounts.
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_DIRECT_HUBSPOT_ACCOUNT_CONFLICT — stable to match on in scripts and agents.
Likely causes
--accountdisagrees with--developer-account-idor its environment value
How to fix it
- Remove one selector or make both identify the same developer account
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