Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class FetchError
extends Error
import { FetchError } from "https://deno.land/x/jwfetch@v2.2.1/src/ajax.ts";

Constructors

new
FetchError(
message: string | Error | Record<string, any>,
config: AjaxConfig,
status?: number,
)

Properties

name: string
optional
originError: any