| Member | Description |
|---|---|
ovrAppInstallResult_Unknown | |
ovrAppInstallResult_LowStorage |
Install of the app failed due to low storage on the device.
|
ovrAppInstallResult_NetworkError |
Install of the app failed due to a network error.
|
ovrAppInstallResult_DuplicateRequest |
Install of the app failed as another install request for this application is already being processed by the installer
|
ovrAppInstallResult_InstallerError |
Install of the app failed due to an internal installer error.
|
ovrAppInstallResult_UserCancelled |
Install of the app failed because the user canceled the install operation.
|
ovrAppInstallResult_AuthorizationError |
Install of the app failed due to a user authorization error.
|
ovrAppInstallResult_Success |
Install of the app succeeded.
|