Exception: KubeMQ::TransactionError
- Defined in:
- lib/kubemq/errors.rb
Overview
Raised when a queue transaction action fails.
Covers ack, reject, and requeue failures on queue messages, as well as aborted operations due to transaction 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