Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class FetchError
extends Error
import { FetchError } from "https://deno.land/x/jw_fetch@v0.5.0/src/ajax.ts";

Constructors

new
FetchError(message: string | Error | undefined, status?: number)

Properties

name: string
optional
originError: Error
optional
status: number