Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
enum ClientErrorStatus
import { ClientErrorStatus } from "https://deno.land/x/http_utils@2.0.0-beta.1/status.ts";

An HTTP status that is a client error (4XX).

Members

BadRequest = 400

RFC 9110, 15.5.1

Conflict

RFC 9110, 15.5.10

ContentTooLarge

RFC 9110, 15.5.14

ExpectationFailed

RFC 9110, 15.5.18

FailedDependency

RFC 4918, 11.4

Forbidden

RFC 9110, 15.5.4

Gone

RFC 9110, 15.5.11

LengthRequired

RFC 9110, 15.5.12

Locked

RFC 4918, 11.3

MethodNotAllowed

RFC 9110, 15.5.6

MisdirectedRequest = 421

RFC 9110, 15.5.20

NotAcceptable

RFC 9110, 15.5.7

NotFound

RFC 9110, 15.5.5

PaymentRequired

RFC 9110, 15.5.3

PreconditionFailed

RFC 9110, 15.5.13

PreconditionRequired = 428

RFC 6585, 3

ProxyAuthenticationRequired

RFC 9110, 15.5.8

RangeNotSatisfiable

RFC 9110, 15.5.17

RequestHeaderFieldsTooLarge = 431

RFC 6585, 5

RequestTimeout

RFC 9110, 15.5.9

TooEarly

RFC 8470, 5.2

TooManyRequests

RFC 6585, 4

Unauthorized

RFC 9110, 15.5.2

UnavailableForLegalReasons = 451

RFC 7725, 3

UnprocessableContent

RFC 9110, 15.5.21

UnsupportedMediaType

RFC 9110, 15.5.16

UpgradeRequired

RFC 9110, 15.5.22

URITooLong

RFC 9110, 15.5.15