Class: Restate::Failure
- Inherits:
-
Struct
- Object
- Struct
- Restate::Failure
- Defined in:
- lib/restate/vm.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#stacktrace ⇒ Object
Returns the value of attribute stacktrace.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
17 18 19 |
# File 'lib/restate/vm.rb', line 17 def code @code end |
#message ⇒ Object
Returns the value of attribute message
17 18 19 |
# File 'lib/restate/vm.rb', line 17 def @message end |
#stacktrace ⇒ Object
Returns the value of attribute stacktrace
17 18 19 |
# File 'lib/restate/vm.rb', line 17 def stacktrace @stacktrace end |