Expand description
Typed error model for the quick-tunnel client. Each variant corresponds to a distinct failure mode that callers can act on independently (API rejection vs DNS gap vs handshake refused vs permanent supervisor giveup).
Structs§
- Quick
Tunnel ApiError - Business-level error returned inside the API response body when
success = false. Mirrors cloudflared’sQuickTunnelError.