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 ) |
| typedef struct ovrError* ovrErrorHandle ( ) |
|---|
No description available.
|
| 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 ) |
|---|
No description available.
|
| int ovr_Error_GetHttpCode ( const ovrErrorHandle obj ) |
|---|
No description available.
|