kotlin · kotlin/TimeoutCancellationException
TimeoutCancellationException
TimeoutCancellationException
A subclass of CancellationException thrown by withTimeout when the time limit elapses before the block completes. The enclosing coroutine scope is cancelled; use withTimeoutOrNull to return null instead.