kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
SocketClosedException
Socket
Closed
Exception
js
class
SocketClosedException
(
val
reason
:
String
)
:
Throwable
(
source
)
Websocket closed exception class.
Members
Constructors
Socket
Closed
Exception
Link copied to clipboard
js
constructor
(
reason
:
String
)
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
message
Link copied to clipboard
js
open
val
message
:
String
?
reason
Link copied to clipboard
js
val
reason
:
String
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String