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