Skip to main content
Module

x/oak_commons/status.ts>isClientErrorStatus

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Very Popular
Go to Latest
function isClientErrorStatus
import { isClientErrorStatus } from "https://deno.land/x/oak_commons@0.13.0/status.ts";

A type guard that determines if the status code is a client error.

Parameters

status: number