You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no good way to handle exceptions from a single place.
An application may want to turn WebClientException into another exception, or handle a specific exception. WebClient provides status handlers, but those are configured per request, and not exposed through the builder.