PackageInstallerException Fields |
The PackageInstallerException type exposes the following members.
Name | Description | |
---|---|---|
AlreadyInstalled | The application is already installed. | |
ApkNotCurrentApp | Apk is not the appropriate to upgrade the current application. | |
ApkNotFound | App not found. | |
EmptyList | The passed list is empty. | |
Failure | The commit has been refused with android.content.pm. | |
FailureAborted | The commit has been refused with android.content.pm. | |
FailureBlocked | The commit has been refused with android.content.pm. | |
FailureConflict | The commit has been refused with android.content.pm. | |
FailureIncompatible | The commit has been refused with android.content.pm. | |
FailureInvalid | The commit has been refused with android.content.pm. | |
FailureStorage | The commit has been refused with android.content.pm. | |
GenericError | Generic error, mostly due to a wrong parameter passed to a SDK method. | |
InstallerServiceError | Installer Service error. | |
InvalidPath | The apk file doesn't exist. | |
IoError | IO exception. | |
NotInstalled | The application is not installed. | |
NullPointerError | Null pointer error. | |
PendingUserAction | The commit has been refused with android.content.pm. | |
RemoteCallError | It's not possible to call the remote service. | |
SecurityError | Security exception. | |
SessionParamError | IllegalArgumentException exception. | |
SessionWrongState | Wrong sequence of call on a PackageInstallerSession. | |
Success | Success constant. | |
UnboundService | Remote service not bound. | |
UnknownError | The commit has been refused with android.content.pm. | |
UpgradeVersionError | The installed version is higher than that of the .apk intended for the upgrade. |