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