Bad Gateway
"Bad Gateway": 502
Bad Request
"Bad Request": 400
Early Hints
"Early Hints": 103
Expectation Failed
"Expectation Failed": 417
Gateway Timeout
"Gateway Timeout": 504
HTTP Version Not Supported
"HTTP Version Not Supported": 505
I'm a Teapot
"I'm a Teapot": 418
Insufficient Storage
"Insufficient Storage": 507
Internal Server Error
"Internal Server Error": 500
Length Required
"Length Required": 411
Loop Detected
"Loop Detected": 508
Method Not Allowed
"Method Not Allowed": 405
Misdirected Request
"Misdirected Request": 421
Moved Permanently
"Moved Permanently": 301
Multiple Choices
"Multiple Choices": 300
Network Authentication Required
"Network Authentication Required": 511
No Content
"No Content": 204
Non-Authoritative Information
"Non-Authoritative Information": 203
Not Acceptable
"Not Acceptable": 406
Not Extended
"Not Extended": 510
Not Found
"Not Found": 404
Not Implemented
"Not Implemented": 501
Not Modified
"Not Modified": 304
Partial Content
"Partial Content": 206
Payload Too Large
"Payload Too Large": 413
Payment Required
"Payment Required": 402
Permanent Redirect
"Permanent Redirect": 308
Precondition Failed
"Precondition Failed": 412
Precondition Required
"Precondition Required": 428
Proxy Authentication Required
"Proxy Authentication Required": 407
Range Not Satisfiable
"Range Not Satisfiable": 416
Request Header Fields Too Large
"Request Header Fields Too Large": 431
Request Timeout
"Request Timeout": 408
Reset Content
"Reset Content": 205
See Other
"See Other": 303
Service Unavailable
"Service Unavailable": 503
Switching Protocols
"Switching Protocols": 101
Temporary Redirect
"Temporary Redirect": 307
Too Early
"Too Early": 425
Too Many Requests
"Too Many Requests": 429
Unauthorized
Unauthorized: 401
Unavailable For Legal Reasons
"Unavailable For Legal Reasons": 451
Unprocessable Content
"Unprocessable Content": 422
Unsupported Media Type
"Unsupported Media Type": 415
Upgrade Required
"Upgrade Required": 426
URI Too Long
"URI Too Long": 414
Variant Also Negotiates
"Variant Also Negotiates": 506
An enum mapping HTTP status codes to their names.
See
MDN docs
HTTP