A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
EVaRestHttpStatusCode Namespace Reference

UENUM(BlueprintType) More...

Enumerations

enum  Type {
  Unknown = 0 , Continue = 100 , SwitchProtocol = 101 , Ok = 200 ,
  Created = 201 , Accepted = 202 , Partial = 203 , NoContent = 204 ,
  ResetContent = 205 , PartialContent = 206 , Ambiguous = 300 , Moved = 301 ,
  Redirect = 302 , RedirectMethod = 303 , NotModified = 304 , UseProxy = 305 ,
  RedirectKeepVerb = 307 , BadRequest = 400 , Denied = 401 , PaymentReq = 402 ,
  Forbidden = 403 , NotFound = 404 , BadMethod = 405 , NoneAcceptable = 406 ,
  ProxyAuthReq = 407 , RequestTimeout = 408 , Conflict = 409 , Gone = 410 ,
  LengthRequired = 411 , PrecondFailed = 412 , RequestTooLarge = 413 , UriTooLong = 414 ,
  UnsupportedMedia = 415 , TooManyRequests = 429 , RetryWith = 449 , ServerError = 500 ,
  NotSupported = 501 , BadGateway = 502 , ServiceUnavail = 503 , GatewayTimeout = 504 ,
  VersionNotSup = 505
}
 

Detailed Description

UENUM(BlueprintType)

Enumeration Type Documentation

◆ Type

Response codes that can come back from an Http request

Enumerator
Unknown 
Continue 
SwitchProtocol 
Ok 
Created 
Accepted 
Partial 
NoContent 
ResetContent 
PartialContent 
Ambiguous 
Moved 
Redirect 
RedirectMethod 
NotModified 
UseProxy 
RedirectKeepVerb 
BadRequest 
Denied 
PaymentReq 
Forbidden 
NotFound 
BadMethod 
NoneAcceptable 
ProxyAuthReq 
RequestTimeout 
Conflict 
Gone 
LengthRequired 
PrecondFailed 
RequestTooLarge 
UriTooLong 
UnsupportedMedia 
TooManyRequests 
RetryWith 
ServerError 
NotSupported 
BadGateway 
ServiceUnavail 
GatewayTimeout 
VersionNotSup 

Definition at line 69 of file VaRestTypes.h.