ConnectTimeoutException
fun ConnectTimeoutException(request: HttpRequestData, cause: Throwable? = null): ConnectTimeoutException
Content copied to clipboard
fun ConnectTimeoutException(url: String, timeout: Long?, cause: Throwable? = null): ConnectTimeoutException
Content copied to clipboard
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.