Skip to main content

Module error

Module error 

Source
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§

FetchError
A fetch engine failure.