Class RequestErrorResponse
java.lang.Object
org.sourcelab.kafka.connect.apiclient.request.RequestErrorResponse
public final class RequestErrorResponse extends Object
Represents an error response from the rest service.
-
Constructor Summary
Constructors Constructor Description RequestErrorResponse() -
Method Summary
Modifier and Type Method Description intgetErrorCode()StringgetMessage()StringtoString()
-
Constructor Details
-
RequestErrorResponse
public RequestErrorResponse()
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
getMessage
-
toString
-