InvalidEngineIOPacketException

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

Constructors

Link copied to clipboard
constructor(encodedData: String)

Properties

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