Navigation
API > API/Runtime > API/Runtime/Core
| Name | IErrorDetails |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/UnifiedErrorDetails.h |
| Include Path | #include "Experimental/UnifiedError/UnifiedErrorDetails.h" |
Syntax
class IErrorDetails : public IRefCountedObject
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IErrorDetails() |
Experimental/UnifiedError/UnifiedErrorDetails.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemoryView GetErrorContext() |
Returns the stored context for this error if any. Must be used with a type checking facility (see DeclarationHash). | Experimental/UnifiedError/UnifiedErrorDetails.h | |
uint64 GetErrorDetailsTypeId () |
GetErrorDetialsTypeId; Simple type information for error details, generated using hash of details name | Experimental/UnifiedError/UnifiedErrorDetails.h | |
TRefCountPtr< const IErrorDetails > GetInnerErrorDetails () |
Exposes inner error details to FError, if any. | Experimental/UnifiedError/UnifiedErrorDetails.h | |
void SerializeToCompactBinary
(
FCbWriter& Writer |
Serialize these details to compact binary for logging, analytics, localization etc. | Experimental/UnifiedError/UnifiedErrorDetails.h | |
bool ShouldInclude
(
const EDetailFilter DetailFilter |
Returns whether these details should be included in some kind of serialization/conversion, e.g. logging, analytics | Experimental/UnifiedError/UnifiedErrorDetails.h |