Class ResponseErrorHandler

  • All Implemented Interfaces:
    org.springframework.web.client.ResponseErrorHandler

    public class ResponseErrorHandler
    extends org.springframework.web.client.DefaultResponseErrorHandler
    A response error handler able to extract GoodData error response
    • Constructor Detail

      • ResponseErrorHandler

        public ResponseErrorHandler​(List<org.springframework.http.converter.HttpMessageConverter<?>> messageConverters)
    • Method Detail

      • handleError

        public void handleError​(org.springframework.http.client.ClientHttpResponse response)
        Specified by:
        handleError in interface org.springframework.web.client.ResponseErrorHandler
        Overrides:
        handleError in class org.springframework.web.client.DefaultResponseErrorHandler