Status codes for Games callbacks.
| int | CLIENT_RECONNECT_REQUIRED | This constant is deprecated. Used only for GoogleApiClient Games API. |
| int | INTERNAL_ERROR | An unspecified error occurred; no more specific information is available. |
| int | OK | The operation was successful. |
| static String |
getStatusCodeString(int statusCode)
Get the string associated with the status code.
|
This constant is deprecated.
Used only for GoogleApiClient Games API.
The GoogleApiClient is in an inconsistent state and must reconnect to the service to resolve the issue. Further calls to the service using the current connection are unlikely to succeed.
An unspecified error occurred; no more specific information is available. The device logs may provide additional data.
The operation was successful.
Get the string associated with the status code. This can be used for clearer logging messages to avoid having to look up error codes.
| statusCode | The status code to get the message string for. |
|---|