Package org.bremersee.web.reactive.function.client
-
Interface Summary Interface Description WebClientErrorDecoder<E extends Throwable> An error decoder for theWebClient
. -
Class Summary Class Description AbstractWebClientErrorDecoder<E extends Throwable> An abstract implementation of the error decoder for theWebClient
.AccessTokenAppender The access token appender.DefaultWebClientErrorDecoder This web client error decoder generates aWebClientException
from the error response.MessageAwareWebClientErrorDecoder This web client error decoder generates aWebClientException
from the error response. -
Exception Summary Exception Description WebClientException The web client exception.