Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.utils.http.data
/
WebSocketError
Web
Socket
Error
data
class
WebSocketError
(
val
message
:
String
,
val
code
:
Int
)
Members
Constructors
Web
Socket
Error
Link copied to clipboard
constructor
(
message
:
String
,
code
:
Int
)
Properties
code
Link copied to clipboard
@
SerializedName
(
value
=
"code"
)
val
code
:
Int
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
val
message
:
String