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ยง
- Session
Error - Session-level error that carries the client-disconnect signal through the handler stack.