Exception: Sidekiq::Sqs::Client::BulkInsertionError
- Inherits:
-
StandardError
- Object
- StandardError
- Sidekiq::Sqs::Client::BulkInsertionError
- Defined in:
- lib/sidekiq-sqs/client.rb
Instance Attribute Summary collapse
-
#failed ⇒ Object
readonly
Returns the value of attribute failed.
Instance Method Summary collapse
-
#initialize(message, failed = []) ⇒ BulkInsertionError
constructor
A new instance of BulkInsertionError.
Constructor Details
#initialize(message, failed = []) ⇒ BulkInsertionError
Returns a new instance of BulkInsertionError.
19 20 21 22 |
# File 'lib/sidekiq-sqs/client.rb', line 19 def initialize(, failed = []) super() @failed = failed end |
Instance Attribute Details
#failed ⇒ Object (readonly)
Returns the value of attribute failed.
17 18 19 |
# File 'lib/sidekiq-sqs/client.rb', line 17 def failed @failed end |