ktor
2.2.4
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-client-core
/
io.ktor.client.engine
/
ClientEngineClosedException
Client
Engine
Closed
Exception
class
ClientEngineClosedException
(
val
cause
:
Throwable
?
=
null
)
:
IllegalStateException
An exception indicating that the client's engine is already closed.
Constructors
Properties
Constructors
Client
Engine
Closed
Exception
Link copied to clipboard
fun
ClientEngineClosedException
(
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
=
null
message
Link copied to clipboard
open
val
message
:
String
?