API reference

OVR_Error.h File

Typedefs

struct ovrError * ovrErrorHandle

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 )
int ovr_Error_GetHttpCode
( const ovrErrorHandle obj )