Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/http/mod.ts>ErrorStatus

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias ErrorStatus
import { type ErrorStatus } from "https://deno.land/std@0.218.2/http/mod.ts";

An HTTP status that is an error (4XX and 5XX).