StompErrorFrameReceived

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

Constructors

Link copied to clipboard
constructor(frame: StompFrame.Error)

Properties

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