Enumeration: HttpStatus
Defined in: src/types/http/ResponseCodes.ts:10
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
Accepted | 202 | Name Accepted Description The request has been accepted for processing, but the processing has not been completed. See MDN: HTTP 202 Accepted | src/types/http/ResponseCodes.ts:73 |
AlreadyReported | 208 | Name AlreadyReported Description The members of a DAV binding have already been enumerated in a previous reply to this request. See MDN: HTTP 208 Already Reported | src/types/http/ResponseCodes.ts:127 |
BadGateway | 502 | Name BadGateway Description The server, while acting as a gateway or proxy, received an invalid response from the upstream server. See MDN: HTTP 502 Bad Gateway | src/types/http/ResponseCodes.ts:497 |
BadRequest | 400 | Name BadRequest Description The server cannot process the request due to client error (e.g., malformed request syntax). See MDN: HTTP 400 Bad Request | src/types/http/ResponseCodes.ts:218 |
Conflict | 409 | Name Conflict Description The request could not be completed due to a conflict with the current state of the resource. See MDN: HTTP 409 Conflict | src/types/http/ResponseCodes.ts:299 |
Continue | 100 | Name Continue Description The server has received the request headers, and the client should proceed to send the request body. See MDN: HTTP 100 Continue | src/types/http/ResponseCodes.ts:18 |
Created | 201 | Name Created Description The request has been fulfilled, resulting in the creation of a new resource. See MDN: HTTP 201 Created | src/types/http/ResponseCodes.ts:64 |
EarlyHints | 103 | Name EarlyHints Description The server is sending some response headers before the final response. See MDN: HTTP 103 Early Hints | src/types/http/ResponseCodes.ts:45 |
ExpectationFailed | 417 | Name ExpectationFailed Description The server cannot meet the requirements of the Expect request-header field. See MDN: HTTP 417 Expectation Failed | src/types/http/ResponseCodes.ts:371 |
FailedDependency | 424 | Name FailedDependency Description The request failed due to failure of a previous request. See MDN: HTTP 424 Failed Dependency | src/types/http/ResponseCodes.ts:416 |
Forbidden | 403 | Name Forbidden Description The server understood the request, but refuses to authorize it. See MDN: HTTP 403 Forbidden | src/types/http/ResponseCodes.ts:245 |
Found | 302 | Name Found Description The resource was found, but it might be temporarily under a different URI. See MDN: HTTP 302 Found | src/types/http/ResponseCodes.ts:164 |
GatewayTimeout | 504 | Name GatewayTimeout Description The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server or some other auxiliary server. See MDN: HTTP 504 Gateway Timeout | src/types/http/ResponseCodes.ts:515 |
Gone | 410 | Name Gone Description The requested resource is no longer available at the server and no forwarding address is known. See MDN: HTTP 410 Gone | src/types/http/ResponseCodes.ts:308 |
HTTPVersionNotSupported | 505 | Name HTTPVersionNotSupported Description The server does not support the HTTP protocol version that was used in the request. See MDN: HTTP 505 HTTP Version Not Supported | src/types/http/ResponseCodes.ts:524 |
ImATeapot | 418 | Name ImATeapot Description Any attempt to instruct an teapot to brew coffee should result in the error "418 I'm a teapot." See MDN: HTTP 418 I'm a Teapot | src/types/http/ResponseCodes.ts:380 |
IMUsed | 226 | Name IMUsed Description The server has fulfilled a request for the resource, and the response is delivered as a result of a previous request. See MDN: HTTP 226 IM Used | src/types/http/ResponseCodes.ts:136 |
InsufficientStorage | 507 | Name InsufficientStorage Description The server is unable to store the representation needed to complete the request. See MDN: HTTP 507 Insufficient Storage | src/types/http/ResponseCodes.ts:542 |
InternalServerError | 500 | Name InternalServerError Description The server encountered an unexpected condition that prevented it from fulfilling the request. See MDN: HTTP 500 Internal Server Error | src/types/http/ResponseCodes.ts:479 |
LengthRequired | 411 | Name LengthRequired Description The server refuses to process the request because the Content-Length header field is not defined and the server requires it. See MDN: HTTP 411 Length Required | src/types/http/ResponseCodes.ts:317 |
Locked | 423 | Name Locked Description The resource that is being accessed is locked. See MDN: HTTP 423 Locked | src/types/http/ResponseCodes.ts:407 |
LoopDetected | 508 | Name LoopDetected Description The server detected an infinite loop while processing the request. See MDN: HTTP 508 Loop Detected | src/types/http/ResponseCodes.ts:551 |
MethodNotAllowed | 405 | Name MethodNotAllowed Description The method specified in the request is not allowed for the resource identified by the request URI. See MDN: HTTP 405 Method Not Allowed | src/types/http/ResponseCodes.ts:263 |
MisdirectedRequest | 421 | Name MisdirectedRequest Description The request was directed at a server that is not able to produce a response. See MDN: HTTP 421 Misdirected Request | src/types/http/ResponseCodes.ts:389 |
MovedPermanently | 301 | Name MovedPermanently Description This and all future requests should be directed to the given URI. See MDN: HTTP 301 Moved Permanently | src/types/http/ResponseCodes.ts:155 |
MultipleChoices | 300 | Name MultipleChoices Description The request has more than one possible response. The user or user agent can select one of them. See MDN: HTTP 300 Multiple Choices | src/types/http/ResponseCodes.ts:146 |
MultiStatus | 207 | Name MultiStatus Description The response contains multiple status codes, each representing a different aspect of the request. See MDN: HTTP 207 Multi-Status | src/types/http/ResponseCodes.ts:118 |
NetworkAuthenticationRequired | 511 | Name NetworkAuthenticationRequired Description The client needs to authenticate to gain network access. See MDN: HTTP 511 Network Authentication Required | src/types/http/ResponseCodes.ts:569 |
NoContent | 204 | Name NoContent Description The server successfully processed the request, but is not returning any content. See MDN: HTTP 204 No Content | src/types/http/ResponseCodes.ts:91 |
NonAuthoritativeInformation | 203 | Name NonAuthoritativeInformation Description The request was successful, but the returned information may be from a cached copy. See MDN: HTTP 203 Non-Authoritative Information | src/types/http/ResponseCodes.ts:82 |
NotAcceptable | 406 | Name NotAcceptable Description The resource is only capable of generating content that is not acceptable according to the Accept headers sent in the request. See MDN: HTTP 406 Not Acceptable | src/types/http/ResponseCodes.ts:272 |
NotExtended | 510 | Name NotExtended Description Further extensions to the request are required for the server to fulfill it. See MDN: HTTP 510 Not Extended | src/types/http/ResponseCodes.ts:560 |
NotFound | 404 | Name NotFound Description The server can't find the requested resource. See MDN: HTTP 404 Not Found | src/types/http/ResponseCodes.ts:254 |
NotImplemented | 501 | Name NotImplemented Description The server does not support the functionality required to fulfill the request. See MDN: HTTP 501 Not Implemented | src/types/http/ResponseCodes.ts:488 |
NotModified | 304 | Name NotModified Description The resource has not been modified since the last request. See MDN: HTTP 304 Not Modified | src/types/http/ResponseCodes.ts:182 |
OK | 200 | Name OK Description The request has succeeded. See MDN: HTTP 200 OK | src/types/http/ResponseCodes.ts:55 |
PartialContent | 206 | Name PartialContent Description The server is delivering only part of the resource due to a range header sent by the client. See MDN: HTTP 206 Partial Content | src/types/http/ResponseCodes.ts:109 |
PayloadTooLarge | 413 | Name PayloadTooLarge Description The request is larger than the server is willing or able to process. See MDN: HTTP 413 Payload Too Large | src/types/http/ResponseCodes.ts:335 |
PaymentRequired | 402 | Name PaymentRequired Description This code is reserved for future use. It is not currently used by HTTP. See MDN: HTTP 402 Payment Required | src/types/http/ResponseCodes.ts:236 |
PermanentRedirect | 308 | Name PermanentRedirect Description The resource has permanently moved to a new URI. See MDN: HTTP 308 Permanent Redirect | src/types/http/ResponseCodes.ts:209 |
PreconditionFailed | 412 | Name PreconditionFailed Description The server does not meet one of the preconditions that the requester put on the request. See MDN: HTTP 412 Precondition Failed | src/types/http/ResponseCodes.ts:326 |
PreconditionRequired | 428 | Name PreconditionRequired Description The origin server requires the request to be conditional. See MDN: HTTP 428 Precondition Required | src/types/http/ResponseCodes.ts:443 |
Processing | 102 | Name Processing Description The server has received and is processing the request, but no response is available yet. See MDN: HTTP 102 Processing | src/types/http/ResponseCodes.ts:36 |
ProxyAuthenticationRequired | 407 | Name ProxyAuthenticationRequired Description The client must first authenticate itself with the proxy. See MDN: HTTP 407 Proxy Authentication Required | src/types/http/ResponseCodes.ts:281 |
RangeNotSatisfiable | 416 | Name RangeNotSatisfiable Description The client has asked for a portion of the file, but the server cannot supply that portion. See MDN: HTTP 416 Range Not Satisfiable | src/types/http/ResponseCodes.ts:362 |
RequestHeaderFieldsTooLarge | 431 | Name RequestHeaderFieldsTooLarge Description The server is unwilling to process the request because its header fields are too large. See MDN: HTTP 431 Request Header Fields Too Large | src/types/http/ResponseCodes.ts:461 |
RequestTimeout | 408 | Name RequestTimeout Description The server did not receive a complete request in time. See MDN: HTTP 408 Request Timeout | src/types/http/ResponseCodes.ts:290 |
ResetContent | 205 | Name ResetContent Description The server successfully processed the request, but is not returning any content, and the client should reset the document view. See MDN: HTTP 205 Reset Content | src/types/http/ResponseCodes.ts:100 |
SeeOther | 303 | Name SeeOther Description The response to the request can be found under a different URI using a GET method. See MDN: HTTP 303 See Other | src/types/http/ResponseCodes.ts:173 |
ServiceUnavailable | 503 | Name ServiceUnavailable Description The server is currently unable to handle the request due to temporary overloading or maintenance of the server. See MDN: HTTP 503 Service Unavailable | src/types/http/ResponseCodes.ts:506 |
SwitchingProtocols | 101 | Name SwitchingProtocols Description The server is willing to comply with the client's request to switch protocols. See MDN: HTTP 101 Switching Protocols | src/types/http/ResponseCodes.ts:27 |
TemporaryRedirect | 307 | Name TemporaryRedirect Description The server is redirecting the request temporarily to a different URI. See MDN: HTTP 307 Temporary Redirect | src/types/http/ResponseCodes.ts:200 |
TooEarly | 425 | Name TooEarly Description The server is unwilling to risk processing a request that might be replayed. See MDN: HTTP 425 Too Early | src/types/http/ResponseCodes.ts:425 |
TooManyRequests | 429 | Name TooManyRequests Description The user has sent too many requests in a given amount of time. See MDN: HTTP 429 Too Many Requests | src/types/http/ResponseCodes.ts:452 |
Unauthorized | 401 | Name Unauthorized Description The request requires user authentication. See MDN: HTTP 401 Unauthorized | src/types/http/ResponseCodes.ts:227 |
UnavailableForLegalReasons | 451 | Name UnavailableForLegalReasons Description The resource is unavailable for legal reasons. See MDN: HTTP 451 Unavailable For Legal Reasons | src/types/http/ResponseCodes.ts:470 |
UnprocessableEntity | 422 | Name UnprocessableEntity Description The server understands the content type of the request entity, but was unable to process the contained instructions. See MDN: HTTP 422 Unprocessable Entity | src/types/http/ResponseCodes.ts:398 |
UnsupportedMediaType | 415 | Name UnsupportedMediaType Description The server does not support the media type transmitted in the request. See MDN: HTTP 415 Unsupported Media Type | src/types/http/ResponseCodes.ts:353 |
UpgradeRequired | 426 | Name UpgradeRequired Description The client should switch to a different protocol. See MDN: HTTP 426 Upgrade Required | src/types/http/ResponseCodes.ts:434 |
URITooLong | 414 | Name URITooLong Description The URI provided was too long for the server to process. See MDN: HTTP 414 URI Too Long | src/types/http/ResponseCodes.ts:344 |
UseProxy | 305 | Name UseProxy Description The requested resource is only available through a proxy. See MDN: HTTP 305 Use Proxy | src/types/http/ResponseCodes.ts:191 |
VariantAlsoNegotiates | 506 | Name VariantAlsoNegotiates Description The server has an internal configuration error: transparent content negotiation for the request results in a circular reference. See MDN: HTTP 506 Variant Also Negotiates | src/types/http/ResponseCodes.ts:533 |