14#include "CoreMinimal.h"
A base class for a structured error handling and reporting with modular architecture and fluent API.
An error wrapping HRESULT code returned by many Microsoft APIs. It will also collect human readable m...
FString Description
A textual description of the error (might be different from Message)
FHresultError(HRESULT result, bool fastMode=false)
FString SystemMessage
The message what the Windows API communicates to us.
HRESULT Result
The result code wrapped by this error.
FString ProgramID
Stores the language-dependent programmatic ID (ProgID) for the class or application that raised the e...
An error wrapping the returned code of GetLastError and attempts to get a string description of it.
FLastError(int32 errorCode)
int32 ErrorCode
The result code wrapped by this error.
FString SystemMessage
The message what the Windows API communicates to us.
Contains utilities for structured error handling.