ModuleInstallStatusCodes

public final class ModuleInstallStatusCodes extends CommonStatusCodes


Status code for module install APIs.

Summary

Constants

static final int

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

static final int

Status code indicating the requested module is not found.

static final int

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

static final int

Status code indicating no error (success).

static final int

Status code indicating the requested module is not recognized, and will not be available to download.

Public methods

static String
getStatusCodeString(int statusCode)

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

Inherited Constants

From com.google.android.gms.common.api.CommonStatusCodes
static final int

The client attempted to call a method from an API that failed to connect.

static final int

The result was canceled either due to client disconnect or cancel.

static final int

The connection was suspended while the call was in-flight.

static final int

The application is misconfigured.

static final int
ERROR = 13

The operation failed with no more detailed information.

static final int

An internal error occurred.

static final int

A blocking call was interrupted while waiting and did not run to completion.

static final int

The client attempted to connect to the service with an invalid account name specified.

static final int

A network error occurred.

static final int

The connection timed-out while attempting to re-connect.

static final int

The connection timed-out while waiting for Google Play services to update.

static final int

There was a non-DeadObjectExceptionRemoteException while calling a connected service.

static final int

Completing the operation requires some form of resolution.

static final int

This field is deprecated.

This case handled during connection, not during API requests.

static final int

This field is deprecated.

This case handled during connection, not during API requests.

static final int

The client attempted to connect to the service but the user is not signed in.

static final int

The operation was successful.

static final int

The operation was successful, but was used the device's cache.

static final int
TIMEOUT = 15

Timed out while awaiting the result.

Constants

INSUFFICIENT_STORAGE

public static final int INSUFFICIENT_STORAGE = 46003

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

MODULE_NOT_FOUND

public static final int MODULE_NOT_FOUND = 46002

Status code indicating the requested module is not found.

NOT_ALLOWED_MODULE

public static final int NOT_ALLOWED_MODULE = 46001

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

SUCCESS

public static final int SUCCESS = 0

Status code indicating no error (success).

UNKNOWN_MODULE

public static final int UNKNOWN_MODULE = 46000

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.

Public methods

getStatusCodeString

public static String getStatusCodeString(int statusCode)

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