Expand description
Errors definitions module.
Structs§
- Application
Close - Reason given by an application for closing the connection
- Closed
Stream - Error indicating that a stream has been already finished or reset.
- Connection
Close - Reason given by the transport for closing the connection.
- Export
Keying Material Error - Error returned by
Connection::export_keying_material. - H3Error
- A struct representing an error in the HTTP3 layer.
- Quic
Proto Error - A complete specification of an error over QUIC protocol.
Enums§
- Connecting
Error - An enumeration representing various errors that can occur during a WebTransport client connecting.
- Connection
Error - An enumeration representing various errors that can occur during a WebTransport connection.
- Send
Datagram Error - An error that arise from sending a datagram.
- Stream
Opening Error - An error that arise when opening a new stream.
- Stream
Read Error - An error that arise from reading from a stream.
- Stream
Read Exact Error - An error that arise from reading from a stream.
- Stream
Write Error - An error that arise from writing to a stream.