Module error

Module error 

Source
Expand description

Errors definitions module.

Structs§

ApplicationClose
Reason given by an application for closing the connection
ClosedStream
Error indicating that a stream has been already finished or reset.
ConnectionClose
Reason given by the transport for closing the connection.
ExportKeyingMaterialError
Error returned by Connection::export_keying_material.
H3Error
A struct representing an error in the HTTP3 layer.
QuicProtoError
A complete specification of an error over QUIC protocol.

Enums§

ConnectingError
An enumeration representing various errors that can occur during a WebTransport client connecting.
ConnectionError
An enumeration representing various errors that can occur during a WebTransport connection.
SendDatagramError
An error that arise from sending a datagram.
StreamOpeningError
An error that arise when opening a new stream.
StreamReadError
An error that arise from reading from a stream.
StreamReadExactError
An error that arise from reading from a stream.
StreamWriteError
An error that arise from writing to a stream.