ktor
2.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
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
?