Skip to main content

Interface: ErrorContext

Types.ErrorContext

Properties

error

error: unknown


fetch

fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>

Type declaration

▸ (input, init?): Promise<Response>

Parameters
NameType
inputRequestInfo | URL
init?RequestInit
Returns

Promise<Response>


init

init: RequestInit


response

Optional response: Response


url

url: string