StompErrorFrameReceived

class StompErrorFrameReceived(val frame: StompFrame.Error) : Exception

An exception thrown when a STOMP ERROR frame is received. It is usually thrown through subscription channels.

Constructors

Link copied to clipboard
fun StompErrorFrameReceived(frame: StompFrame.Error)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val frame: StompFrame.Error
Link copied to clipboard
open val message: String?

Sources

Link copied to clipboard