Available on crate feature
h3 only.Expand description
This module contains the error handling logic and types for the h3 crate.
Modules§
- connection_
error_ creators - functions to create the error structs
- internal_
error - This module contains the internal error type, which is used to represent errors, which have not yet affected the connection state
Structs§
- Code
- An HTTP/3 “application error code”.
Enums§
- Connection
Error - This enum represents the closure of a connection because of an a closed quic connection This can be either from this endpoint because of a violation of the protocol or from the remote endpoint
- Local
Error - This enum represents a local error
- Stream
Error - This enum represents a stream error