public class APIError
extends java.lang.Object
| Constructor and Description |
|---|
APIError(APIErrorType apiErrorType) |
APIError(int code,
int httpCode,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
int |
getHttpCode() |
java.lang.String |
getMessage() |
public APIError(int code,
int httpCode,
java.lang.String message)
public APIError(APIErrorType apiErrorType)