HSX_E_INPUT_BAD_FIELD
Cannot parse field.
What this error means
An httpie-style field on `hs-x api` couldn't be parsed.
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_BAD_FIELD — stable to match on in scripts and agents.
Likely causes
- Wrong separator (e.g.
:where=was expected)
How to fix it
- key=value (string)
- key:=value (typed JSON)
- key==value (query param)
- Header:Value (request header)
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