Interface WebClientErrorDecoder<E extends Throwable>

    • Method Detail

      • buildException

        E buildException​(org.springframework.web.reactive.function.client.ClientResponse clientResponse,
                         String response)
        Build exception.
        Parameters:
        clientResponse - the client response
        response - the response
        Returns:
        the exception