Interface ResponseErrorHandler

All Known Implementing Classes:
DefaultResponseErrorHandler, ExtractingResponseErrorHandler, NoOpResponseErrorHandler

public interface ResponseErrorHandler
Strategy interface used by the RestTemplate and RestClient to determine whether a particular response has an error or not.

Note that RestClient also supports and recommends use of status handlers.

Since:
3.0
Author:
Arjen Poutsma