API/Autodoc/Classes


ERuStoreInstallErrorCode

class_name ERuStoreInstallErrorCode

Error code during update download.

Enum

enum Item
Available values.

Item values

ERROR_UNKNOWN = 4001
Unknown error.
ERROR_DOWNLOAD = 4002
Download error.
ERROR_BLOCKED = 4003
Installation blocked by the system.
ERROR_INVALID_APK = 4004
Invalid update APK.
ERROR_CONFLICT = 4005
Conflict with current app version.
ERROR_STORAGE = 4006
Not enough storage on device.
ERROR_INCOMPATIBLE = 4007
Incompatible with device.
ERROR_APP_NOT_OWNED = 4008
App not purchased.
ERROR_INTERNAL_ERROR = 4009
Internal error.
ERROR_ABORTED = 4010
User declined the update installation.
ERROR_APK_NOT_FOUND = 4011
APK to start installation not found.
ERROR_EXTERNAL_SOURCE_DENIED = 4012
Update launch denied.
For example, the first method returned a response that the update is unavailable,
but the user calls the second method.
ERROR_ACTIVITY_SEND_INTENT = 9901
Error sending intent to open activity.
ERROR_ACTIVITY_UNKNOWN = 9902
Unknown error opening activity.