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

Constructors

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

Properties

cause: any
name: string
optional
originError: Error
optional
status: number