HSX_E_CLOUDFLARE_OAUTH_AUTHORIZE
Cloudflare denied authorization.
What this error means
Cloudflare returned an error on the OAuth authorize callback.
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_CLOUDFLARE_OAUTH_AUTHORIZE — stable to match on in scripts and agents.
Likely causes
- User clicked deny
- Bad scope
- Misconfigured client_id
How to fix it
- Retry and approve the requested scopes
- Verify
HSX_CLOUDFLARE_OAUTH_CLIENT_ID
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.