public class HttpException extends CrowdinApiException
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpException.Error |
| Modifier and Type | Field and Description |
|---|---|
HttpException.Error |
error |
java.lang.String |
httpResponse |
| Constructor and Description |
|---|
HttpException() |
| Modifier and Type | Method and Description |
|---|---|
static HttpException |
fromMessage(java.lang.String message,
java.lang.String httpResponse) |
public HttpException.Error error
public java.lang.String httpResponse
public static HttpException fromMessage(java.lang.String message, java.lang.String httpResponse)