Exception: KubeMQ::ChannelError
- Defined in:
- lib/kubemq/errors.rb
Overview
Raised when a channel operation fails at the broker.
Covers channel-not-found, creation failures, and deletion conflicts.
Instance Attribute Summary
Attributes inherited from Error
#channel, #code, #details, #operation, #request_id, #suggestion
Method Summary
Methods inherited from Error
#cause, #initialize, #retryable?, #to_s
Constructor Details
This class inherits a constructor from KubeMQ::Error