Norbi
02/12/2024, 11:36 AMjava.net.ConnectException: null
at java.net.http/jdk.internal.net.http.common.Utils.toConnectException(Utils.java:1045)
at java.net.http/jdk.internal.net.http.PlainHttpConnection.connectAsync(PlainHttpConnection.java:224)
So the Java exception is thrown directly, there is no multiplatform Ktor wrapper exception.
Does it mean that I should write error handling code for each platform and client engine?
Thanks.Aleksei Tirman [JB]
02/12/2024, 12:03 PM