LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
LootLockerStaticRequestErrorStatusCodes Struct Reference

Static defines of the different predefined error status codes that can occur in responses. More...

#include <LootLockerResponse.h>

Static Public Attributes

static const int LL_ERROR_UNDOCUMENTED = 0
 
static const int LL_ERROR_INVALID_HTTP = -1
 
static const int LL_ERROR_INVALID_INPUT = -2
 
static const int LL_ERROR_PARSE_ERROR = -3
 
static const int LL_UNDEFINED_BEHAVIOUR_ERROR = -4
 
static const int LL_ERROR_REQUEST_TIMED_OUT = -5
 
static const int LL_ERROR_SESSION_REFRESH_FAILED = -6
 

Detailed Description

Static defines of the different predefined error status codes that can occur in responses.

Field Documentation

◆ LL_ERROR_INVALID_HTTP

const int LootLockerStaticRequestErrorStatusCodes::LL_ERROR_INVALID_HTTP = -1
static

◆ LL_ERROR_INVALID_INPUT

const int LootLockerStaticRequestErrorStatusCodes::LL_ERROR_INVALID_INPUT = -2
static

◆ LL_ERROR_PARSE_ERROR

const int LootLockerStaticRequestErrorStatusCodes::LL_ERROR_PARSE_ERROR = -3
static

◆ LL_ERROR_REQUEST_TIMED_OUT

const int LootLockerStaticRequestErrorStatusCodes::LL_ERROR_REQUEST_TIMED_OUT = -5
static

◆ LL_ERROR_SESSION_REFRESH_FAILED

const int LootLockerStaticRequestErrorStatusCodes::LL_ERROR_SESSION_REFRESH_FAILED = -6
static

◆ LL_ERROR_UNDOCUMENTED

const int LootLockerStaticRequestErrorStatusCodes::LL_ERROR_UNDOCUMENTED = 0
static

◆ LL_UNDEFINED_BEHAVIOUR_ERROR

const int LootLockerStaticRequestErrorStatusCodes::LL_UNDEFINED_BEHAVIOUR_ERROR = -4
static