ConnectTimeoutException
fun ConnectTimeoutException(request: HttpRequestData, cause: Throwable? = null): ConnectTimeoutException
fun ConnectTimeoutException(url: String, timeout: Long?, cause: Throwable? = null): ConnectTimeoutException
This exception is thrown in case the connection timeout is exceeded. It indicates the client took too long to establish a connection with a server.