Exception: KubeMQ::MessageError

Inherits:
Error
  • Object
show all
Defined in:
lib/kubemq/errors.rb

Overview

Raised when a message operation fails.

Covers send failures, resource exhaustion (rate limiting), and message-level broker rejections.

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