Class: RobotLab::RactorJobError
- Inherits:
-
Data
- Object
- Data
- RobotLab::RactorJobError
- Defined in:
- lib/robot_lab/ractor_job.rb
Overview
Frozen error representation for exceptions raised inside a Ractor worker. Serialized at the Ractor boundary and re-raised on the thread side.
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
readonly
Returns the value of attribute backtrace.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#backtrace ⇒ Object (readonly)
Returns the value of attribute backtrace
24 25 26 |
# File 'lib/robot_lab/ractor_job.rb', line 24 def backtrace @backtrace end |
#message ⇒ Object (readonly)
Returns the value of attribute message
24 25 26 |
# File 'lib/robot_lab/ractor_job.rb', line 24 def @message end |