We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b3d95 commit 7fe0116Copy full SHA for 7fe0116
spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java
@@ -168,6 +168,7 @@ public interface ClientResponse {
168
* headers, and body of this response as well as the corresponding request.
169
*
170
* @return a {@code Mono} with a {@code WebClientResponseException} based on this response
171
+ * @since 5.2
172
*/
173
Mono<WebClientResponseException> createException();
174
0 commit comments