| Member | Value | Description |
|---|---|---|
ovrPlatformInitialize_Success | 0 |
Oculus Platform SDK initialization succeeded.
|
ovrPlatformInitialize_Uninitialized | -1 |
Oculus Platform SDK was not initialized.
|
ovrPlatformInitialize_PreLoaded | -2 |
Oculus Platform SDK failed to initialize because the pre-loaded module was on a different path than the validated library.
|
ovrPlatformInitialize_FileInvalid | -3 |
Oculus Platform SDK files failed to load.
|
ovrPlatformInitialize_SignatureInvalid | -4 |
Oculus Platform SDK failed to initialize due to an invalid signature in the signed certificate.
|
ovrPlatformInitialize_UnableToVerify | -5 |
Oculus Platform SDK failed to initialize due to unable to verify the application's signature during initialization.
|
ovrPlatformInitialize_VersionMismatch | -6 |
There was a mismatch between the version of Oculus Platform SDK used by the application and the version installed on the Oculus user's device.
|
ovrPlatformInitialize_Unknown | -7 | |
ovrPlatformInitialize_InvalidCredentials | -8 |
Oculus Platform SDK failed to initialize because the Oculus user had an invalid account access token.
|
ovrPlatformInitialize_NotEntitled | -9 |
Oculus Platform SDK failed to initialize because the Oculus user does not have the application entitlement.
|