Skip to main content
Module

x/aleph/framework/core/fetch_error.ts>default

The Full-stack Framework in Deno.
Go to Latest
class default
extends Error
import { default } from "https://deno.land/x/aleph@1.0.0-alpha.49/framework/core/fetch_error.ts";

Constructors

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

Static Methods

fromResponse(res: Response): Promise<FetchError>