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, and Error::api_json to parse structured API error payloads.
Enums§
- Error
- Error type for better-fetch operations.