API/Autodoc/Classes/ERuStoreInstallErrorCode.en.md


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 is blocked by the system.
ERROR_INVALID_APK = 4004
Invalid update APK.
ERROR_CONFLICT = 4005
Conflict with the current version of the app.
ERROR_STORAGE = 4006
Not enough storage on the device.
ERROR_INCOMPATIBLE = 4007
Incompatible with the device.
ERROR_APP_NOT_OWNED = 4008
The app is not purchased.
ERROR_INTERNAL_ERROR = 4009
Internal error.
ERROR_ABORTED = 4010
The user refused to install the update.
ERROR_APK_NOT_FOUND = 4011
The APK to start the installation was not found.
ERROR_EXTERNAL_SOURCE_DENIED = 4012
Launching the update is prohibited.
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 the activity.
ERROR_ACTIVITY_UNKNOWN = 9902
Unknown error opening the activity.