Close

data class Close<BinaryPayloadType>(val cause: Throwable?) : WebSocketEvent<BinaryPayloadType>

Constructors

Link copied to clipboard
constructor(cause: Throwable?)

Properties

Link copied to clipboard
val cause: Throwable?