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 Details

    • RequestErrorResponse

      public RequestErrorResponse()
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • getMessage

      public String getMessage()
    • toString

      public String toString()
      Overrides:
      toString in class Object