T - The type of responseData that is deserialized from response bodypublic class ApiErrorResponse<T> extends ApiResponse<T>
| Constructor and Description |
|---|
ApiErrorResponse(int statusCode,
Map<String,List<String>> headers,
Throwable throwable) |
ApiErrorResponse(int statusCode,
Map<String,List<String>> headers,
Throwable throwable,
T data) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Throwable> |
getOriginalException() |
getHeaders, getResponseData, getStatusCodeCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries