Class: SidekiqBulkJob::BulkErrorHandler::ErrorCollection

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidekiq_bulk_job/bulk_error_handler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



5
6
7
# File 'lib/sidekiq_bulk_job/bulk_error_handler.rb', line 5

def args
  @args
end

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



5
6
7
# File 'lib/sidekiq_bulk_job/bulk_error_handler.rb', line 5

def exception
  @exception
end

Instance Method Details

#backtraceObject



10
11
12
# File 'lib/sidekiq_bulk_job/bulk_error_handler.rb', line 10

def backtrace
  exception.backtrace
end

#messageObject



6
7
8
# File 'lib/sidekiq_bulk_job/bulk_error_handler.rb', line 6

def message
  exception.message
end