public class ClientError extends ServerError
For backwards compatibility, extends ServerError which used to be thrown for all server errors, including 4xx error codes indicating a client error.
networkResponse| Constructor and Description |
|---|
ClientError() |
ClientError(NetworkResponse networkResponse) |
getNetworkTimeMspublic ClientError(NetworkResponse networkResponse)
public ClientError()