-
- All Implemented Interfaces:
-
com.mailslurp.infrastructure.Response
public final class ServerError<T extends Object> extends ApiInfrastructureResponse<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()final ResponseTypegetResponseType()-
-
Method Detail
-
getMessage
final String getMessage()
-
getStatusCode
Integer getStatusCode()
-
getHeaders
Map<String, List<String>> getHeaders()
-
getResponseType
final ResponseType getResponseType()
-
-
-
-