public class ElasticHttpException extends ElasticException
| Constructor and Description |
|---|
ElasticHttpException(retrofit2.Response response) |
ElasticHttpException(retrofit2.Response response,
java.lang.Object body) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getBody(java.lang.Class<T> clazz) |
java.lang.String |
getErrorBody() |
int |
getStatusCode() |
java.lang.String |
getStatusMessage() |