@Internal public interface HttpClientErrorDecoder
Modifier and Type | Field and Description |
---|---|
static HttpClientErrorDecoder |
DEFAULT
The default implementation.
|
Modifier and Type | Method and Description |
---|---|
default Argument<?> |
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