Enum amq_protocol::protocol::AMQPSoftError [−][src]
pub enum AMQPSoftError {
CONTENTTOOLARGE,
NOROUTE,
NOCONSUMERS,
ACCESSREFUSED,
NOTFOUND,
RESOURCELOCKED,
PRECONDITIONFAILED,
}
Expand description
The available soft AMQP errors
Variants
CONTENTTOOLARGE
CONTENT-TOO-LARGE (Generated)
NOROUTE
NO-ROUTE (Generated)
NOCONSUMERS
NO-CONSUMERS (Generated)
ACCESSREFUSED
ACCESS-REFUSED (Generated)
NOTFOUND
NOT-FOUND (Generated)
RESOURCELOCKED
RESOURCE-LOCKED (Generated)
PRECONDITIONFAILED
PRECONDITION-FAILED (Generated)
Implementations
Get the id of the soft error
Get the soft error corresponding to an id
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AMQPSoftError
impl Send for AMQPSoftError
impl Sync for AMQPSoftError
impl Unpin for AMQPSoftError
impl UnwindSafe for AMQPSoftError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more