Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IErrorDetails
Description
Exposes inner error details to FError, if any. This should always return null for mandatory error details, as they should be the last in the list.
Derived Overrides
| Name | GetInnerErrorDetails |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/UnifiedErrorDetails.h |
| Include Path | #include "Experimental/UnifiedError/UnifiedErrorDetails.h" |
TRefCountPtr < const IErrorDetails > GetInnerErrorDetails() const