Expand description
Client-facing error types.
Structs§
- Connection
Error - WebSocket connection failure.
- Daemon
Error - Error reported by the daemon (protocol-1 structured error object).
- Heartbeat
Error - Heartbeat tracking failure (daemon not alive within timeout).
- Reconnect
Error - Bounded reconnect attempts exhausted.
- Stale
Loop Error - Loop accepted reattach but failed the
loop_getliveness probe. - Timeout
Error - Timeout waiting for a daemon response.
Enums§
- Disconnect
Cause - Distinguishes clean vs unclean connection loss.
- Error
- Unified client error.
Functions§
- disconnect_
cause_ name - Human-readable cause name for logging.
Type Aliases§
- Result
- Result alias for this crate.