PackageInstallerException Class |
Namespace: Com.Datalogic.Device.App
The PackageInstallerException type exposes the following members.
Name | Description | |
---|---|---|
PackageInstallerException | Initializes a new instance of the PackageInstallerException class | |
PackageInstallerException(Int32) | Initializes a new instance of the PackageInstallerException class | |
PackageInstallerException(String) | Initializes a new instance of the PackageInstallerException class | |
PackageInstallerException(String, Int32) | Initializes a new instance of the PackageInstallerException class |
Name | Description | |
---|---|---|
ErrorNumber | The error number returned by the Installer's system services. | |
JniPeerMembers | To be added. |
Name | Description | |
---|---|---|
StringifyCode |
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. |