| Known Direct Subclasses |
Exception to be returned by a Task when a call to Google Play services has failed.
| protected final Status | mStatus | This field is deprecated. use getStatus()
instead. |
| Status |
getStatus()
Returns the status of the operation.
|
| int |
getStatusCode()
Indicates the status of the operation.
|
| String |
getStatusMessage()
This method is deprecated. use
getMessage()
for a summary of the cause.
|
Create an ApiException from a Status.
| status | the Status instance containing a message and code. |
|---|
Indicates the status of the operation.
CommonStatusCodes
or specific to the API in use.This method is deprecated.
use getMessage()
for a summary of the cause.