Platform-unreal-5 v63 Reference Guide
Platform-unreal-5 v63 Reference Guide
Select your platform
No SDKs available
No versions available

OVR_Error.h File

Overview

Typedefs

struct ovrError *

Functions

Details

Typedefs

typedef struct ovrError* ovrErrorHandle ( )
No description available.

Functions

const char* ovr_Error_GetDisplayableMessage
( const ovrErrorHandle obj )
Human readable description of the error that can be displayed to the user. Might be the empty string if there is no user-appropriate description available. Not intended to be parsed as it might change at any time or be translated.
const char* ovr_Error_GetMessage
( const ovrErrorHandle obj )
Technical description of what went wrong intended for developers. For use in logs or developer consoles.
int ovr_Error_GetCode
( const ovrErrorHandle obj )
No description available.
int ovr_Error_GetHttpCode
( const ovrErrorHandle obj )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon