Expand description
Typed error for the fetch engine.
The WHATWG binding layer distinguishes an abort (→ AbortError) from
a generic network failure (→ TypeError "Failed to fetch"), so the
engine returns a categorized error rather than a flat string.
Enums§
- Fetch
Error - A fetch engine failure.