HSX_E_SESSION_EXPIRED

HS-X session expired.

What this error means

The locally-stored bearer session has passed its expiresAt.

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_SESSION_EXPIRED — stable to match on in scripts and agents.

Likely causes

  • Sessions live ~30 days; this one timed out

How to fix it

  • Run hs-x login again to mint a new session

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.