ClientEngineClosedException

class ClientEngineClosedException(cause: Throwable?) : IllegalStateException

Exception that indicates that client engine is already closed.

Constructors

Link copied to clipboard
fun ClientEngineClosedException(cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open val message: String?