Expand description
Session error types.
Structured error hierarchy: SessionError wraps WebSocketError,
SetupError, and AuthError for fine-grained matching.
Enumsยง
- Auth
Error - Authentication-specific errors.
- Session
Error - Errors that can occur during a session.
- Setup
Error - Errors during the setup handshake phase.
- WebSocket
Error - WebSocket-level errors with structured detail.