Module error

Module error 

Source
Expand description

Crate’s error module.

Contains all error types used throughout the crate.

Enums§

Error
General WebSocket error type.
FragmentationError
Fragmentation error.
FrameDecodeError
Error decoding a WebSocket frame.
FrameEncodeError
Error encoding a WebSocket frame.
HandshakeError
Error establishing a WebSocket handshake.
HttpDecodeError
Error decoding an HTTP request/response.
HttpEncodeError
Error encoding an HTTP request/response.
ProtocolError
Protocol specific errors/violations.
ReadError
Error reading from a WebSocket connection.
WriteError
Error writing to a WebSocket connection.