Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FetchError

import { FetchError } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts";

Fetch error

class FetchError extends Error {
constructor(status: number, message?: string);
name: string;
status: number;
}

§Extends

§
Error
[src]

§Constructors

§
new FetchError(status: number, message?: string)
[src]
@param status

HTTP status code

@param message

Optional error message

§Properties

§
name: string
[src]
§
status: number
[src]

HTTP status code