public final class

WearableStatusCodes

extends CommonStatusCodes
java.lang.Object
   ↳ com.google.android.gms.common.api.CommonStatusCodes
     ↳ com.google.android.gms.wearable.WearableStatusCodes

Class Overview

Error codes for wearable API failures. These values may be returned by APIs to indicate the success or failure of a request.

Summary

Constants
int ASSET_UNAVAILABLE Indicates that the requested asset is unavailable.
int DATA_ITEM_TOO_LARGE Indicates that the data item was too large to set.
int DUPLICATE_LISTENER Indicates that the specified listener is already registered.
int INVALID_TARGET_NODE Indicates that the targeted node is not a valid node in the wearable network.
int TARGET_NODE_NOT_CONNECTED Indicates that the targeted node is not accessible in the wearable network.
int UNKNOWN_LISTENER Indicates that the specified listener is not recognized.
[Expand]
Inherited Constants
From class com.google.android.gms.common.api.CommonStatusCodes
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.CommonStatusCodes
From class java.lang.Object

Constants

public static final int ASSET_UNAVAILABLE

Indicates that the requested asset is unavailable.

Constant Value: 4005 (0x00000fa5)

public static final int DATA_ITEM_TOO_LARGE

Indicates that the data item was too large to set.

Constant Value: 4003 (0x00000fa3)

public static final int DUPLICATE_LISTENER

Indicates that the specified listener is already registered.

Constant Value: 4001 (0x00000fa1)

public static final int INVALID_TARGET_NODE

Indicates that the targeted node is not a valid node in the wearable network.

Constant Value: 4004 (0x00000fa4)

public static final int TARGET_NODE_NOT_CONNECTED

Indicates that the targeted node is not accessible in the wearable network.

Constant Value: 4000 (0x00000fa0)

public static final int UNKNOWN_LISTENER

Indicates that the specified listener is not recognized.

Constant Value: 4002 (0x00000fa2)