Class: Plushie::Event::Diagnostic::DispatchLoopExceeded
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::DispatchLoopExceeded
- 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
-
#depth ⇒ Object
readonly
Returns the value of attribute depth.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
Instance Attribute Details
#depth ⇒ Object (readonly)
Returns the value of attribute depth
160 161 162 |
# File 'lib/plushie/event/diagnostic.rb', line 160 def depth @depth end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit
160 161 162 |
# File 'lib/plushie/event/diagnostic.rb', line 160 def limit @limit end |