LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
LootLockerServerStaticRequestErrorStatusCodes Struct Reference

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

#include <LootLockerServerResponse.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
 

Detailed Description

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

Field Documentation

◆ LL_ERROR_INVALID_HTTP

const int LootLockerServerStaticRequestErrorStatusCodes::LL_ERROR_INVALID_HTTP = -1
static

◆ LL_ERROR_INVALID_INPUT

const int LootLockerServerStaticRequestErrorStatusCodes::LL_ERROR_INVALID_INPUT = -2
static

◆ LL_ERROR_PARSE_ERROR

const int LootLockerServerStaticRequestErrorStatusCodes::LL_ERROR_PARSE_ERROR = -3
static

◆ LL_ERROR_UNDOCUMENTED

const int LootLockerServerStaticRequestErrorStatusCodes::LL_ERROR_UNDOCUMENTED = 0
static