Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isRouteErrorResponse

Check if the given error is an ErrorResponse generated from a 4xx/5xx Response throw from an action/loader

function isRouteErrorResponse(e: any): e is ErrorResponse;
§
isRouteErrorResponse(e: any): e is ErrorResponse
[src]

§Parameters

§
e: any
[src]

§Return Type

§
e is ErrorResponse
[src]