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 70c68e1 commit 2e6b306Copy full SHA for 2e6b306
src/main/java/software/amazon/awssdk/crt/http/HttpClientConnection.java
@@ -159,6 +159,7 @@ private static void onConnectionAcquired(CompletableFuture<HttpClientConnection>
159
* @return true if the error that generated the exception makes sense for a retry, and
160
* false otherwise.
161
*/
162
+ @Deprecated // use CRT.awsGetErrorType() instead
163
public static boolean isErrorRetryable(HttpException exception) {
164
// why take an exception rather than an error code directly?
165
// to give us breathing room for changing our mind later about how we convey
0 commit comments