java.lang.Object | ||
↳ | com.google.android.gms.common.api.CommonStatusCodes | |
↳ | com.google.android.gms.wearable.WearableStatusCodes |
Error codes for wearable API failures. These values may be returned by APIs to indicate the success or failure of a request.
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
Indicates that the requested asset is unavailable.
Indicates that the data item was too large to set.
Indicates that the specified listener is already registered.
Indicates that the targeted node is not a valid node in the wearable network.
Indicates that the targeted node is not accessible in the wearable network.
Indicates that the specified listener is not recognized.