HTTP status code is an enum type that represents the different responses a server can send after a request or post. Each one means a different error or message and each mean different things.
Possible Values
Value | Description | Numeric Value |
---|---|---|
Continue |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
100 |
SwitchingProtocols |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
101 |
OK |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
200 |
Created |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
201 |
Accepted |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
202 |
NonAuthoritativeInformation |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
203 |
NoContent |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
204 |
ResetContent |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
205 |
PartialContent |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
206 |
MultipleChoices |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
300 |
MovedPermanently |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
301 |
Redirect |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
302 |
SeeOther |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
303 |
NotModified |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
304 |
UseProxy |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
305 |
Unused |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
306 |
TemporaryRedirect |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
307 |
BadRequest |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
400 |
Unauthorized |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
401 |
PaymentRequired |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
402 |
Forbidden |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
403 |
NotFound |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
404 |
MethodNotAllowed |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
405 |
NotAcceptable |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
406 |
ProxyAuthenticationRequired |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
407 |
RequestTimeout |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
408 |
Conflict |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
409 |
Gone |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
410 |
LengthRequired |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
411 |
PreconditionFailed |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
412 |
RequestEntityTooLarge |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
413 |
RequestUriTooLong |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
414 |
UnsupportedMediaType |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
415 |
RequestedRangeNotSatisfiable |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
416 |
ExpectationFailed |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
417 |
UpgradeRequired |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
426 |
InternalServerError |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
500 |
NotImplemented |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
501 |
BadGateway |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
502 |
ServiceUnavailable |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
503 |
GatewayTimeout |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
504 |
HttpVersionNotSupported |
This article or section is a Stub. You can help the Resonite Wiki by expanding it. |
505 |