-
- All Implemented Interfaces:
-
edu.wgu.osmt.searchhub.client.infrastructure.Response
public final class ServerError<T extends Object> extends ApiResponse<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final Objectbodyprivate final IntegerstatusCodeprivate final Map<String, List<String>>headersprivate final ResponseTyperesponseType
-
Method Summary
Modifier and Type Method Description final StringgetMessage()final ObjectgetBody()IntegergetStatusCode()Map<String, List<String>>getHeaders()
-