Class HttpTransportResponseException

All Implemented Interfaces:
Serializable

public class HttpTransportResponseException extends OpenLineageClientException
An exception thrown to indicate a client error relating to a http response.
See Also:
  • Constructor Details

    • HttpTransportResponseException

      public HttpTransportResponseException(int statusCode, String body)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getBody

      public String getBody()