import { type ErrorStatus } from "https://deno.land/x/oak_commons@0.13.0/status.ts";
An HTTP status that is an error (4XX and 5XX).
definition: ClientErrorStatus | ServerErrorStatus
x/oak_commons/status.ts>ErrorStatus
import { type ErrorStatus } from "https://deno.land/x/oak_commons@0.13.0/status.ts";
An HTTP status that is an error (4XX and 5XX).