AppManagerException Fields |
The AppManagerException type exposes the following members.
| Name | Description | |
|---|---|---|
| ApkNotFound | App not found. | |
| EmptyList | The passed list is empty. | |
| GenericError | Generic error, mostly due to a wrong parameter passed to a SDK method. | |
| InstallerServiceError | Installer Service error. | |
| InvalidArgumentError | Invalid argument error. | |
| IoError | IO exception. | |
| NoPermissionsToBeGranted | There are no permissions declared to be granted. | |
| NotInstalled | The application is not installed. | |
| NullPointerError | Null pointer error. | |
| PackageNotFoundError | Package not found error. | |
| PermissionNotGrantedError | There are no permissions declared to be granted. | |
| RemoteCallError | It's not possible to call the remote service. | |
| SecurityError | Security exception. | |
| SessionParamError | IllegalArgumentException exception. | |
| Success | Success constant. | |
| UnboundService | Remote service not bound. |