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

ovrError

ovr_Error_GetCode

Parameter: const ovrErrorHandle obj

Return Type: int

ovr_Error_GetDisplayableMessage

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.

Parameter: const ovrErrorHandle obj

Return Type: const char *

ovr_Error_GetHttpCode

Parameter: const ovrErrorHandle obj

Return Type: int

ovr_Error_GetMessage

Technical description of what went wrong intended for developers. For use inlogs or developer consoles.

Parameter: const ovrErrorHandle obj

Return Type: const char *