InvalidSocketIOPacketException

class InvalidSocketIOPacketException(val encodedData: String, message: String, cause: Throwable? = null) : Exception(source)

An exception thrown when some encoded data doesn't represent a valid Socket.IO packet as defined by the Socket.IO protocol.

Constructors

Link copied to clipboard
constructor(encodedData: String, message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?