Expand description
Crate-wide error types.
Unified error surface for the quik transport stack.
Every layer in the engine—TLS negotiation, HTTP/2 signaling, and proxy handshakes—reports through this boundary. A stable error surface is essential for higher-level session management to perform connection pooling, identity rotation, and retry logic without inspecting subsystem-specific internals.
Enums§
- Error
- Errors that can occur during high-fidelity transport operations.