public interface HttpClientErrorDecoder
| Modifier and Type | Field and Description | 
|---|---|
static HttpClientErrorDecoder | 
DEFAULT
The default implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Class<?> | 
getErrorType(MediaType mediaType)
Gets the error type for the given media type. 
 | 
default Optional<String> | 
getMessage(Object error)
Default message decoder. 
 | 
static final HttpClientErrorDecoder DEFAULT