ModuleInstallStatusCodes

public final class ModuleInstallStatusCodes extends CommonStatusCodes

Status code for module install APIs.

Constant Summary

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.

Inherited Constant Summary

Public Method Summary

static String
getStatusCodeString(int statusCode)
Returns an untranslated debug (not user-friendly!) string based on the current status code.

Inherited Method Summary

Constants

public static final int INSUFFICIENT_STORAGE

Status code indicating there is not enough disk space to install the requested module.

Constant Value: 46003

public static final int MODULE_NOT_FOUND

Status code indicating the requested module is not found.

Constant Value: 46002

public static final int NOT_ALLOWED_MODULE

Status code indicating the requested module is not allowed to be installed on this device.

Constant Value: 46001

public static final int SUCCESS

Status code indicating no error (success).

Constant Value: 0

public static final int UNKNOWN_MODULE

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.

Constant Value: 46000

Public Methods

public static String getStatusCodeString (int statusCode)

Returns an untranslated debug (not user-friendly!) string based on the current status code.