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

x/oak_nest/modules/uinv/deps.ts>FetchError

Refer to nestjs to realize some common functions for Deno
Go to Latest
class FetchError
extends Error
Re-export
import { FetchError } from "https://deno.land/x/oak_nest@v1.14.0/modules/uinv/deps.ts";

Constructors

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

Properties

name: string
optional
originError: Error
optional
status: number