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

#include <LootLockerServerResponse.h>

Data Fields

FString Code
 A descriptive code identifying the error.
 
FString Doc_url
 A link to further documentation on the error.
 
FString Request_id
 A unique identifier of the request to use in contact with support.
 
FString Trace_id
 A unique identifier for tracing the request through LootLocker systems, use this in contact with support.
 
int Retry_after_seconds = -1
 If the request was rate limited (status code 429) or the servers were temporarily unavailable (status code 503) you can use this value to determine how many seconds to wait before retrying.
 
FString Message
 A free text description of the problem and potential suggestions for fixing it.
 

Field Documentation

◆ Code

FString FLootLockerServerErrorData::Code

A descriptive code identifying the error.

◆ Doc_url

FString FLootLockerServerErrorData::Doc_url

A link to further documentation on the error.

◆ Message

FString FLootLockerServerErrorData::Message

A free text description of the problem and potential suggestions for fixing it.

◆ Request_id

FString FLootLockerServerErrorData::Request_id

A unique identifier of the request to use in contact with support.

◆ Retry_after_seconds

int FLootLockerServerErrorData::Retry_after_seconds = -1

If the request was rate limited (status code 429) or the servers were temporarily unavailable (status code 503) you can use this value to determine how many seconds to wait before retrying.

◆ Trace_id

FString FLootLockerServerErrorData::Trace_id

A unique identifier for tracing the request through LootLocker systems, use this in contact with support.