Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
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)
| Name | IOnlineErrorDetails |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineError.h |
| Include Path | #include "Online/OnlineError.h" |
Syntax
class IOnlineErrorDetails
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetFriendlyErrorCode
(
const FOnlineError& |
Online/OnlineError.h | ||
FString GetLogString
(
const FOnlineError& |
Online/OnlineError.h | ||
FText GetText
(
const FOnlineError& |
Online/OnlineError.h |