Web Socket Frame Error Event
data class WebSocketFrameErrorEvent(requestId: RequestId, timestamp: MonotonicTime, errorMessage: String) : Event
Content copied to clipboard
Fired when WebSocket message error occurs.
Constructors
WebSocketFrameErrorEvent
Link copied to clipboard
fun WebSocketFrameErrorEvent(requestId: RequestId, timestamp: MonotonicTime, errorMessage: String)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard