HttpRequestTimeoutException
class HttpRequestTimeoutException(url: String, timeoutMillis: Long?) : IOException
Content copied to clipboard
This exception is thrown in case the request timeout is exceeded. The request timeout is the time period required to process an HTTP call: from sending a request to receiving a response.