Error¶
Represents an error that occurred within the STOMP client, including details about the source and nature of the error.
Fields:¶
ErrorSources Source¶
- Gets the source of the error, indicating whether it originated from the server, client, or transport layer.
String Message¶
- Gets the message describing the error.
IncomingFrame Frame¶
- Gets the STOMP frame associated with the error, if the error originated from the server.