@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 java.util.Optional<java.lang.String> |
getMessage(java.lang.Object error)
Default message decoder.
|
static final HttpClientErrorDecoder DEFAULT