Expand description
Error types and helpers for HTTP, transport, hooks, and retries.
Most operations return crate::Result. Use Error::status and Error::body on HTTP
failures, Error::transport_kind on transport failures, and Error::api_json to parse
structured API error payloads.
Enums§
- Error
- Error type for better-fetch operations.
- Transport
Kind - Classification of underlying transport failures (connection, body, decode, etc.).