13namespace Azure {
namespace Core {
namespace Http {
HttpStatusCode
Defines the possible HTTP status codes.
Definition http_status_code.hpp:18
@ RequestHeaderFieldsTooLarge
HTTP 431 Request Header Fields Too Large.
@ PayloadTooLarge
HTTP 413 Payload Too Large.
@ MultiStatus
HTTP 207 Multi-Status.
@ UseProxy
HTTP 305 Use Proxy.
@ VariantAlsoNegotiates
HTTP 506 Variant Also Negotiates.
@ BadGateway
HTTP 502 Bad Gateway.
@ Created
HTTP 201 Created.
@ TemporaryRedirect
HTTP 307 Temporary Redirect.
@ ServiceUnavailable
HTTP 503 Unavailable.
@ NonAuthoritativeInformation
HTTP 203 Non-Authoritative Information.
@ MovedPermanently
HTTP 301 Moved Permanently.
@ PreconditionFailed
HTTP 412 Precondition Failed.
@ RequestTimeout
HTTP 408 Request Timeout.
@ Accepted
HTTP 202 Accepted.
@ NotFound
HTTP 404 Not Found.
@ FailedDependency
HTTP 424 Failed Dependency.
@ PaymentRequired
HTTP 402 Payment Required.
@ PreconditionRequired
HTTP 428 Precondition Required.
@ ResetContent
HTTP 205 Rest Content.
@ NetworkAuthenticationRequired
HTTP 511 Network Authentication Required.
@ SwitchingProtocols
HTTP 101 Switching Protocols.
@ HttpVersionNotSupported
HTTP 505 HTTP Version Not Supported.
@ ProxyAuthenticationRequired
HTTP 407 Proxy Authentication Required.
@ Processing
HTTP 102 Processing.
@ None
No HTTP status code.
@ ExpectationFailed
HTTP 417 Expectation Failed.
@ Forbidden
HTTP 403 Forbidden.
@ PartialContent
HTTP 206 Partial Content.
@ SeeOther
HTTP 303 See Other.
@ EarlyHints
HTTP 103 Early Hints.
@ LengthRequired
HTTP 411 Length Required.
@ MethodNotAllowed
HTTP 405 Method Not Allowed.
@ NotExtended
HTTP 510 Not Extended.
@ RangeNotSatisfiable
HTTP 416 Range Not Satisfiable.
@ NotImplemented
HTTP 501 Not Implemented.
@ BadRequest
HTTP 400 Bad Request.
@ Continue
HTTP 100 Continue.
@ LoopDetected
HTTP 508 Loop Detected.
@ UnsupportedMediaType
HTTP 415 Unsupported Media Type.
@ IMUsed
HTTP 226 IM Used.
@ MultipleChoices
HTTP 300 Multiple Choices.
@ TooManyRequests
HTTP 429 Too Many Requests.
@ UnprocessableEntity
HTTP 422 Unprocessable Entity.
@ MisdirectedRequest
HTTP 421 Misdirected Request.
@ PermanentRedirect
HTTP 308 Permanent Redirect.
@ NotModified
HTTP 304 Not Modified.
@ AlreadyReported
HTTP 208 Already Reported.
@ NoContent
HTTP 204 No Content.
@ GatewayTimeout
HTTP 504 Gateway Timeout.
@ Unauthorized
HTTP 401 Unauthorized.
@ UpgradeRequired
HTTP 426 Upgrade Required.
@ InsufficientStorage
HTTP 507 Insufficient Storage.
@ InternalServerError
HTTP 500 Internal Server Error.
@ TooEarly
HTTP 425 Too Early.
@ Conflict
HTTP 409 Conflict.
@ UriTooLong
HTTP 414 URI Too Long.
@ UnavailableForLegalReasons
HTTP 451 Unavailable For Legal Reasons.
@ NotAcceptable
HTTP 406 Not Acceptable.
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition azure_assert.hpp:57