createFetchError
function createFetchError<T = any>(
request: FetchRequest,
error?: Error,
response?: FetchResponse<T>,
): FetchError<T>;§
createFetchError<T = any>(request: FetchRequest, error?: Error, response?: FetchResponse<T>): FetchError<T>
[src]