Enum HTTPStatus
Definitions of all standard HTTP status codes.
enum HTTPStatus
: int { ... }
Enum members
Name | Description |
---|---|
accepted
|
|
badGateway
|
|
badRequest
|
|
conflict
|
|
continue_
|
|
created
|
|
expectationFailed
|
|
failedDependency
|
|
forbidden
|
|
found
|
|
gatewayTimeout
|
|
gone
|
|
httpVersionNotSupported
|
|
insufficientStorage
|
|
internalServerError
|
|
lengthRequired
|
|
locked
|
|
methodNotAllowed
|
|
movedPermanently
|
|
multipleChoices
|
|
multiStatus
|
|
noContent
|
|
nonAuthoritativeInformation
|
|
notAcceptable
|
|
notFound
|
|
notImplemented
|
|
notModified
|
|
ok
|
|
partialContent
|
|
paymentRequired
|
|
preconditionFailed
|
|
processing
|
Seehttps://tools.ietf.org/html/rfc2518#section-10.1 |
proxyAuthenticationRequired
|
|
rangeNotSatisfiable
|
|
requestEntityTooLarge
|
|
requestTimeout
|
|
requestURITooLarge
|
|
resetContent
|
|
seeOther
|
|
serviceUnavailable
|
|
switchingProtocols
|
|
temporaryRedirect
|
|
tooManyRequests
|
|
unauthorized
|
|
unavailableForLegalReasons
|
|
unprocessableEntity
|
|
unsupportedMediaType
|
|
useProxy
|