Module errors

Module errors 

Source
Expand description

Session error types.

Structured error hierarchy: SessionError wraps WebSocketError, SetupError, and AuthError for fine-grained matching.

Enumsยง

AuthError
Authentication-specific errors.
SessionError
Errors that can occur during a session.
SetupError
Errors during the setup handshake phase.
WebSocketError
WebSocket-level errors with structured detail.