API reference
API reference
Select your platform
No SDKs available
No versions available

ovrPlatformInitializeResult_ Enum

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Enumeration Constants

MemberValueDescription
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.