Skip to main content

Module session_error

Module session_error 

Source
Expand description

Session-level error enum with explicit client-disconnect classification.

Replaces the is_client_disconnect_error downcast pattern with a typed enum that carries the disconnect signal through the entire handler stack without any downcast_ref inspection at each call site.

Enumsยง

SessionError
Session-level error that carries the client-disconnect signal through the handler stack.