Interface ResponseErrorHandler

All Known Implementing Classes:
DefaultResponseErrorHandler, ExtractingResponseErrorHandler, NoOpResponseErrorHandler

public interface ResponseErrorHandler
Strategy interface used by the RestTemplate to determine whether a particular response has an error or not.
Since:
3.0
Author:
Arjen Poutsma