Skip to main content
Module

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

The Full-stack Framework in Deno.
Go to Latest
class FetchError
extends Error
import { FetchError } from "https://deno.land/x/aleph@1.0.0-beta.1/runtime/core/error.ts";

Constructors

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

Properties

details: Record<string, unknown>
status: number