Enum amq_protocol::protocol::AMQPSoftError [−][src]
pub enum AMQPSoftError {
CONTENTTOOLARGE,
NOROUTE,
NOCONSUMERS,
ACCESSREFUSED,
NOTFOUND,
RESOURCELOCKED,
PRECONDITIONFAILED,
}Expand description
The available soft AMQP errors
Variants
CONTENT-TOO-LARGE (Generated)
NO-ROUTE (Generated)
NO-CONSUMERS (Generated)
ACCESS-REFUSED (Generated)
NOT-FOUND (Generated)
RESOURCE-LOCKED (Generated)
PRECONDITION-FAILED (Generated)
Implementations
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
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more