Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alephjs/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/alephjs@1.0.0-alpha.68.6/framework/core/fetch_error.ts";

Constructors

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

Properties

details: Record<string, unknown>
status: number

Static Methods

fromResponse(res: Response): Promise<FetchError>