Error
data class Error(val headers: StompErrorHeaders, val body: FrameBody?) : StompFrame
Content copied to clipboard
An ERROR frame is a server frame sent in case of error. Receiving an ERROR frame implies that the connection should be closed and no further messages can be sent or received.