Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
posix
Target filter
posix
Switch theme
Search in API
Skip to content
Ktor
ktor-network
/
io.ktor.network.selector
/
SocketError
Socket
Error
posix
class
SocketError
:
IllegalStateException
(
source
)
Deprecated (with error)
This will not be thrown since 2.0.0.
Members
Constructors
Socket
Error
Link copied to clipboard
posix
constructor
(
)
Properties
cause
Link copied to clipboard
posix
open
val
cause
:
Throwable
?
message
Link copied to clipboard
posix
open
val
message
:
String
?
Functions
get
Stack
Trace
Link copied to clipboard
posix
@
ExperimentalNativeApi
fun
getStackTrace
(
)
:
Array
<
String
>
print
Stack
Trace
Link copied to clipboard
posix
fun
printStackTrace
(
)
to
String
Link copied to clipboard
posix
open
override
fun
toString
(
)
:
String