Module

x/aleph/framework/core/error.ts>FetchError

The Full-stack Framework in Deno.
Go to Latest
class FetchError
extends Error
import { FetchError } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.77/framework/core/error.ts";

Constructors

new
FetchError(
status: number,
message: string,
details?: Record<string, unknown>,
opts?: ErrorOptions,
)

Properties

details: Record<string, unknown>
status: number