public class EstimoteCloudException extends EstimoteException
Modifier and Type | Field and Description |
---|---|
java.lang.String |
body
The body of the returned error.
|
int |
errorCode
The HTTP error code.
|
Constructor and Description |
---|
EstimoteCloudException(int statusCode,
java.lang.String message) |
EstimoteCloudException(RetrofitError error) |