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

Libovr 1.26 Reference Guide

ovrErrorInfo Struct Reference

Provides information about the last error.

Data Fields

ovrResult
Result ( )
The result from the last API call that generated an error ovrResult.
char
A UTF8-encoded null-terminated English string describing the problem.

Detailed Description

Field Documentation

ovrResult ovrErrorInfo::Result ( )
The result from the last API call that generated an error ovrResult.
char ovrErrorInfo::ErrorString[512] ( )
A UTF8-encoded null-terminated English string describing the problem.
The format of this string is subject to change in future versions.
The documentation for this struct was generated from the following file: Include/OVR_ErrorCode.h