WebSocketError

data class WebSocketError(val message: String, val code: Int)

Constructors

Link copied to clipboard
constructor(message: String, code: Int)

Properties

Link copied to clipboard
@SerializedName(value = "code")
val code: Int
Link copied to clipboard
@SerializedName(value = "message")
val message: String