Error Codes¶
-
exception
stompest.error.
StompAlreadyRunningError
¶ Raised when an in-flight exclusive operation is called more than once.
-
exception
stompest.error.
StompCancelledError
¶ Raised when an in-flight exclusive operation was cancelled.
-
exception
stompest.error.
StompConnectTimeout
¶ Raised for timeout waiting for connect response from broker.
-
exception
stompest.error.
StompConnectionError
¶ Raised for nonexistent connection.
-
exception
stompest.error.
StompError
¶ Base class for STOMP errors.
-
exception
stompest.error.
StompExclusiveOperationError
¶ Raised for in-flight exclusive operation errors.
-
exception
stompest.error.
StompFrameError
¶ Raised for error parsing STOMP frames.
-
exception
stompest.error.
StompNotRunningError
¶ Raised when a non-running exclusive operation is accessed.
-
exception
stompest.error.
StompProtocolError
¶ Raised for STOMP protocol errors.