Class: Restate::Failure

Inherits:
Struct
  • Object
show all
Defined in:
lib/restate/vm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



17
18
19
# File 'lib/restate/vm.rb', line 17

def code
  @code
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



17
18
19
# File 'lib/restate/vm.rb', line 17

def message
  @message
end

#stacktraceObject

Returns the value of attribute stacktrace

Returns:

  • (Object)

    the current value of stacktrace



17
18
19
# File 'lib/restate/vm.rb', line 17

def stacktrace
  @stacktrace
end