Audacity 3.2.0
Enumerations
audacity::network_manager::HttpCode Namespace Reference

Enumerations

enum  {
  Continue = 100 , SwitchingProtocols = 101 , Processing = 102 , EarlyHints = 103 ,
  OK = 200 , Created = 201 , Accepted = 202 , NonAuthoritativeInformation = 203 ,
  NoContent = 204 , ResetContent = 205 , PartialContent = 206 , MultipleChoices = 300 ,
  MovedPermanently = 301 , Found = 302 , SeeOther = 303 , NotModified = 304 ,
  TemporaryRedirect = 307 , PermanentRedirect = 308 , BadRequest = 400 , Unauthorized = 401 ,
  PaymentRequired = 402 , Forbidden = 403 , NotFound = 404 , MethodNotAllowed = 405 ,
  NotAcceptable = 406 , RequestTimeout = 408 , Conflict = 409 , Gone = 410 ,
  LengthRequired = 411 , PayloadTooLarge = 413 , URITooLong = 414 , UnsupportedMediaType = 415 ,
  RangeNotSatisfiable = 416 , ExpectationFailed = 417 , MisdirectedRequest = 421 , UnprocessableEntity = 422 ,
  Locked = 423 , FailedDependency = 424 , TooEarly = 425 , UpgradeRequired = 426 ,
  PreconditionRequired = 428 , TooManyRequests = 429 , RequestHeaderFieldsTooLarge = 431 , InternalServerError = 500 ,
  NotImplemented = 501 , BadGateway = 502 , ServiceUnavailable = 503 , GatewayTimeout = 504 ,
  HTTPVersionNotSupported = 505 , NetworkAuthenticationRequired = 511
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
Continue 
SwitchingProtocols 
Processing 
EarlyHints 
OK 
Created 
Accepted 
NonAuthoritativeInformation 
NoContent 
ResetContent 
PartialContent 
MultipleChoices 
MovedPermanently 
Found 
SeeOther 
NotModified 
TemporaryRedirect 
PermanentRedirect 
BadRequest 
Unauthorized 
PaymentRequired 
Forbidden 
NotFound 
MethodNotAllowed 
NotAcceptable 
RequestTimeout 
Conflict 
Gone 
LengthRequired 
PayloadTooLarge 
URITooLong 
UnsupportedMediaType 
RangeNotSatisfiable 
ExpectationFailed 
MisdirectedRequest 
UnprocessableEntity 
Locked 
FailedDependency 
TooEarly 
UpgradeRequired 
PreconditionRequired 
TooManyRequests 
RequestHeaderFieldsTooLarge 
InternalServerError 
NotImplemented 
BadGateway 
ServiceUnavailable 
GatewayTimeout 
HTTPVersionNotSupported 
NetworkAuthenticationRequired 

Definition at line 51 of file IResponse.h.

52{
53 Continue = 100,
55 Processing = 102,
56 EarlyHints = 103,
57
58 OK = 200,
59 Created = 201,
60 Accepted = 202,
62 NoContent = 204,
63 ResetContent = 205,
64 PartialContent = 206,
65
66 MultipleChoices = 300,
67 MovedPermanently = 301,
68 Found = 302,
69 SeeOther = 303,
70 NotModified = 304,
73
74 BadRequest = 400,
75 Unauthorized = 401,
76 PaymentRequired = 402,
77 Forbidden = 403,
78 NotFound = 404,
79 MethodNotAllowed = 405,
80 NotAcceptable = 406,
81 RequestTimeout = 408,
82 Conflict = 409,
83 Gone = 410,
84 LengthRequired = 411,
85 PayloadTooLarge = 413,
86 URITooLong = 414,
92 Locked = 423,
93 FailedDependency = 424,
94 TooEarly = 425,
95 UpgradeRequired = 426,
97 TooManyRequests = 429,
99
101 NotImplemented = 501,
102 BadGateway = 502,
103 ServiceUnavailable = 503,
104 GatewayTimeout = 504,
107};