Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_es/deps.ts>FetchError

deno elasticsearch
Latest
class FetchError
extends Error
Re-export
import { FetchError } from "https://deno.land/x/deno_es@v0.5.1/deps.ts";

Constructors

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

Properties

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