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.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#stacktrace ⇒ Object
Returns the value of attribute stacktrace.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
22 23 24 |
# File 'lib/restate/vm.rb', line 22 def code @code end |
#message ⇒ Object
Returns the value of attribute message
22 23 24 |
# File 'lib/restate/vm.rb', line 22 def @message end |
#metadata ⇒ Object
Returns the value of attribute metadata
22 23 24 |
# File 'lib/restate/vm.rb', line 22 def @metadata end |
#stacktrace ⇒ Object
Returns the value of attribute stacktrace
22 23 24 |
# File 'lib/restate/vm.rb', line 22 def stacktrace @stacktrace end |