ktor-serialization
Toggle table of contents
3.2.1
common
Platform filter
common
Switch theme
Search in API
ktor-serialization
ktor-serialization
/
io.ktor.serialization
/
WebsocketDeserializeException
Websocket
Deserialize
Exception
class
WebsocketDeserializeException
(
message
:
String
,
cause
:
Throwable
?
=
null
,
val
frame
:
Frame
)
:
WebsocketContentConvertException
(
source
)
Members
Constructors
Websocket
Deserialize
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
,
frame
:
Frame
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
frame
Link copied to clipboard
val
frame
:
Frame
message
Link copied to clipboard
open
val
message
:
String
?