ModuleInstallStatusCodes

class ModuleInstallStatusCodes : CommonStatusCodes


Status code for module install APIs.

Summary

Constants

const Int

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

const Int

Status code indicating the requested module is not found.

const Int

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

const Int

Status code indicating no error (success).

const Int

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

Public functions

java-static String!
getStatusCodeString(statusCode: Int)

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

Inherited Constants

From com.google.android.gms.common.api.CommonStatusCodes
const Int

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

const Int

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

const Int

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

const Int

The application is misconfigured.

const Int
ERROR = 13

The operation failed with no more detailed information.

const Int

An internal error occurred.

const Int

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

const Int

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

const Int

A network error occurred.

const Int

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

const Int

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

const Int

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

const Int

Completing the operation requires some form of resolution.

const Int

This property is deprecated.

This case handled during connection, not during API requests.

const Int

This property is deprecated.

This case handled during connection, not during API requests.

const Int

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

const Int

The operation was successful.

const Int

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

const Int
TIMEOUT = 15

Timed out while awaiting the result.

Constants

INSUFFICIENT_STORAGE

const val INSUFFICIENT_STORAGE = 46003: Int

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

MODULE_NOT_FOUND

const val MODULE_NOT_FOUND = 46002: Int

Status code indicating the requested module is not found.

NOT_ALLOWED_MODULE

const val NOT_ALLOWED_MODULE = 46001: Int

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

SUCCESS

const val SUCCESS = 0: Int

Status code indicating no error (success).

UNKNOWN_MODULE

const val UNKNOWN_MODULE = 46000: Int

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 functions

getStatusCodeString

java-static fun getStatusCodeString(statusCode: Int): String!

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