Status code for module install APIs.
| int | INSUFFICIENT_STORAGE | Status code indicating there is not enough disk space to install the requested module. |
| int | MODULE_NOT_FOUND | Status code indicating the requested module is not found. |
| int | NOT_ALLOWED_MODULE | Status code indicating the requested module is not allowed to be installed on this device. |
| int | SUCCESS | Status code indicating no error (success). |
| int | UNKNOWN_MODULE | Status code indicating the requested module is not recognized, and will not be available to download. |
| static String |
getStatusCodeString(int statusCode)
Returns an untranslated debug (not user-friendly!) string based on the current
status code.
|
Status code indicating there is not enough disk space to install the requested module.
Status code indicating the requested module is not found.
Status code indicating the requested module is not allowed to be installed on this device.
Status code indicating no error (success).
Status code indicating the requested module is not recognized, and will not be available to download. A retry will not resolve this error, but updating Google Play services may help.
Returns an untranslated debug (not user-friendly!) string based on the current status code.