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

Platform 1.32 Reference Guide

OVR_Error.h File Reference

Typedefs

struct ovrError *

Functions

const char *
const char *
int
int

Typedef Documentation

typedef struct ovrError* ovrErrorHandle ( )

Function Documentation

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 )
1
2
3
4
5
6
7
8
9
14
15
18
19
20
21
22
23
// 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
The documentation for this file was generated from the following file: OVR_Error.h