Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
Inheritance Hierarchy
- IOnlineErrorDetails
- FOnlineErrorDetails
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineError.h |
| Include | #include "Online/OnlineError.h" |
Syntax
class IOnlineErrorDetails
Remarks
Implementations of this would contain any contextual information about the error (eg, if an FText or FString exposed some fields to be filled in at run time), and likely the platform specific error representation (eg, NSError on apple that we can use to get a string to display to user and a string to log)
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetFriendlyErrorCode
(
const FOnlineError& |
||
| FString | GetLogString
(
const FOnlineError& |
||
| FText | GetText
(
const FOnlineError& |