Expand description
Crate’s error module.
Contains all error types used throughout the crate.
Enums§
- Error
- General WebSocket error type.
- Fragmentation
Error - Fragmentation error.
- Frame
Decode Error - Error decoding a WebSocket frame.
- Frame
Encode Error - Error encoding a WebSocket frame.
- Handshake
Error - Error establishing a WebSocket handshake.
- Http
Decode Error - Error decoding an HTTP request/response.
- Http
Encode Error - Error encoding an HTTP request/response.
- Protocol
Error - Protocol specific errors/violations.
- Read
Error - Error reading from a WebSocket connection.
- Write
Error - Error writing to a WebSocket connection.