Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
| Name | FOnlineError |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineError.h |
| Include Path | #include "Online/OnlineError.h" |
Syntax
class FOnlineError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineError
(
bool |
Online/OnlineError.h | ||
FOnlineError
(
ErrorCodeType InErrorCode, |
Online/OnlineError.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Details | TSharedPtr< const IOnlineErrorDetails, ESPMode::ThreadSafe > | TSharedPtr instead of TUniquePtr so that we can copy errors easily. | Online/OnlineError.h | |
| ErrorCode | ErrorCodeType | Online/OnlineError.h | ||
| Inner | TSharedPtr< const FOnlineError, ESPMode::ThreadSafe > | Online/OnlineError.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ErrorCodeType GetCategory() |
Online/OnlineError.h | ||
ErrorCodeType GetErrorCode() |
Online/OnlineError.h | ||
const IOnlineErrorDetails * GetErrorDetails() |
Online/OnlineError.h | ||
FString GetErrorId() |
Online/OnlineError.h | ||
FString GetFriendlyErrorCode() |
Online/OnlineError.h | ||
const FOnlineError * GetInner() |
Online/OnlineError.h | ||
FString GetLogString
(
bool bIncludePrefix |
Online/OnlineError.h | ||
ErrorCodeType GetSystem() |
Online/OnlineError.h | ||
FText GetText() |
Online/OnlineError.h | ||
ErrorCodeType GetValue() |
Online/OnlineError.h | ||
bool IsSuccess() |
Online/OnlineError.h |