MCPcopy
hub / github.com/unjs/ofetch / FetchError

Interface FetchError

src/error.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18// Augment `FetchError` type to include `IFetchError` properties
19export interface FetchError<T = any> extends IFetchError<T> {}
20
21export function createFetchError<T = any>(
22 ctx: FetchContext<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…