Module error

Source
Expand description

Error types for the Hyper HTTP connection implementation.

Defines a unified HyperError enum wrapping IO, HTTP, and hyper library errors, as well as connector-specific conditions like missing requests/responses and unsupported methods.

Enumsยง

HyperError
A comprehensive error type for the Hyper-based HTTP client.