ktor-client-core / io.ktor.network.sockets / SocketTimeoutException

SocketTimeoutException

expect class SocketTimeoutException

This exception is thrown in case socket timeout (read or write) exceeded.

Constructors

<init>

SocketTimeoutException(message: String, cause: Throwable? = null)

This exception is thrown in case socket timeout (read or write) exceeded.

Properties

cause

val cause: Throwable?