Class: Plushie::Event::Diagnostic::DispatchLoopExceeded

Inherits:
Data
  • Object
show all
Defined in:
lib/plushie/event/diagnostic.rb

Overview

The runtime's command dispatch chain exceeded the configured depth limit, indicating an update loop that keeps returning a command whose delivered event produces another command.

Instance Attribute Summary collapse

Instance Attribute Details

#depthObject (readonly)

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



160
161
162
# File 'lib/plushie/event/diagnostic.rb', line 160

def depth
  @depth
end

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



160
161
162
# File 'lib/plushie/event/diagnostic.rb', line 160

def limit
  @limit
end