This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| struct ovrError * | ovrErrorHandle ( ) |
| const char * | ovr_Error_GetDisplayableMessage ( const ovrErrorHandle obj ) |
| const char * | ovr_Error_GetMessage ( const ovrErrorHandle obj ) |
| int | ovr_Error_GetCode ( const ovrErrorHandle obj ) |
| int | ovr_Error_GetHttpCode ( const ovrErrorHandle obj ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_ERROR_H #define OVR_ERROR_H #include "OVR_Platform_Defs.h" typedefstruct ovrError *ovrErrorHandle; OVRP_PUBLIC_FUNCTION(constchar *) ovr_Error_GetDisplayableMessage(const ovrErrorHandle obj); OVRP_PUBLIC_FUNCTION(constchar *) ovr_Error_GetMessage(const ovrErrorHandle obj); OVRP_PUBLIC_FUNCTION(int) ovr_Error_GetCode(const ovrErrorHandle obj); OVRP_PUBLIC_FUNCTION(int) ovr_Error_GetHttpCode(const ovrErrorHandle obj); #endif