Enum HTTPStatus
Definitions of all standard HTTP status codes.
enum HTTPStatus
: int { ... }
Enum members
Name | Description |
---|---|
accepted
|
|
Accepted
|
deprecated |
badGateway
|
|
BadGateway
|
deprecated |
badRequest
|
|
BadRequest
|
deprecated |
conflict
|
|
Conflict
|
deprecated |
Continue
|
deprecated |
continue_
|
|
created
|
|
Created
|
deprecated |
expectationFailed
|
|
ExpectationFailed
|
deprecated |
failedDependency
|
|
forbidden
|
|
Forbidden
|
deprecated |
found
|
|
Found
|
deprecated |
gatewayTimeout
|
|
GatewayTimeout
|
deprecated |
gone
|
|
Gone
|
deprecated |
httpVersionNotSupported
|
|
HTTPVersionNotSupported
|
deprecated |
insufficientStorage
|
|
internalServerError
|
|
InternalServerError
|
deprecated |
lengthRequired
|
|
LengthRequired
|
deprecated |
locked
|
|
methodNotAllowed
|
|
MethodNotAllowed
|
deprecated |
movedPermanently
|
|
MovedPermanently
|
deprecated |
multipleChoices
|
|
MultipleChoices
|
deprecated |
multiStatus
|
|
noContent
|
|
NoContent
|
deprecated |
nonAuthoritativeInformation
|
|
NonAuthoritativeInformation
|
deprecated |
notAcceptable
|
|
NotAcceptable
|
deprecated |
notFound
|
|
NotFound
|
deprecated |
notImplemented
|
|
NotImplemented
|
deprecated |
notModified
|
|
NotModified
|
deprecated |
ok
|
|
OK
|
deprecated |
partialContent
|
|
PartialContent
|
deprecated |
paymentRequired
|
|
PaymentRequired
|
deprecated |
preconditionFailed
|
|
PreconditionFailed
|
deprecated |
proxyAuthenticationRequired
|
|
ProxyAuthenticationRequired
|
deprecated |
requestedrangenotsatisfiable
|
|
Requestedrangenotsatisfiable
|
deprecated |
requestEntityTooLarge
|
|
RequestEntityTooLarge
|
deprecated |
requestTimeout
|
|
RequestTimeout
|
deprecated |
requestURITooLarge
|
|
RequestURITooLarge
|
deprecated |
resetContent
|
|
ResetContent
|
deprecated |
seeOther
|
|
SeeOther
|
deprecated |
serviceUnavailable
|
|
ServiceUnavailable
|
deprecated |
switchingProtocols
|
|
SwitchingProtocols
|
deprecated |
temporaryRedirect
|
|
TemporaryRedirect
|
deprecated |
tooManyRequests
|
|
unauthorized
|
|
Unauthorized
|
deprecated |
unavailableForLegalReasons
|
|
unprocessableEntity
|
|
unsupportedMediaType
|
|
UnsupportedMediaType
|
deprecated |
useProxy
|
|
UseProxy
|
deprecated |