Exception: KubeMQ::ConnectionError
- Defined in:
- lib/kubemq/errors.rb
Overview
Raised when the gRPC connection to the broker fails or is lost.
Covers DNS resolution failures, TCP connection refused, and network interruptions. Retryable by default — the reconnect policy will attempt recovery automatically.
Direct Known Subclasses
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