HSX_E_INPUT_INVALID
Invalid input.
What this error means
A value you supplied (a flag, environment variable, or argument) failed validation.
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_INPUT_INVALID — stable to match on in scripts and agents.
Likely causes
- A malformed value such as a misformatted
HSX_MACHINE_ID - A flag or env var that does not match its required shape
How to fix it
- Check the message — it names the offending value and the expected format
- Correct the value and re-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.
Keep going