Ark Server API (ASE) - Wiki
|
Enumerations | |
enum | Type { Unknown = 0x0 , Continue = 0x64 , SwitchProtocol = 0x65 , Ok = 0xc8 , Created = 0xc9 , Accepted = 0xca , Partial = 0xcb , NoContent = 0xcc , ResetContent = 0xcd , PartialContent = 0xce , Ambiguous = 0x12c , Moved = 0x12d , Redirect = 0x12e , RedirectMethod = 0x12f , NotModified = 0x130 , UseProxy = 0x131 , RedirectKeepVerb = 0x133 , BadRequest = 0x190 , Denied = 0x191 , PaymentReq = 0x192 , Forbidden = 0x193 , NotFound = 0x194 , BadMethod = 0x195 , NoneAcceptable = 0x196 , ProxyAuthReq = 0x197 , RequestTimeout = 0x198 , Conflict = 0x199 , Gone = 0x19a , LengthRequired = 0x19b , PrecondFailed = 0x19c , RequestTooLarge = 0x19d , UriTooLong = 0x19e , UnsupportedMedia = 0x19f , RetryWith = 0x1c1 , ServerError = 0x1f4 , NotSupported = 0x1f5 , BadGateway = 0x1f6 , ServiceUnavail = 0x1f7 , GatewayTimeout = 0x1f8 , VersionNotSup = 0x1f9 } |