Class: Mfp::ErrorEvent
- Inherits:
-
Data
- Object
- Data
- Mfp::ErrorEvent
- Defined in:
- lib/mfp/event.rb
Overview
ErrorEvent is delivered when a stream-level ERROR frame is received. Connection-level errors are handled internally by MFP and never forwarded. Terminal indicates whether the stream has been terminated by this error.
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#debug ⇒ Object
readonly
Returns the value of attribute debug.
-
#stream_id ⇒ Object
readonly
Returns the value of attribute stream_id.
-
#terminal ⇒ Object
readonly
Returns the value of attribute terminal.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code
17 18 19 |
# File 'lib/mfp/event.rb', line 17 def code @code end |
#debug ⇒ Object (readonly)
Returns the value of attribute debug
17 18 19 |
# File 'lib/mfp/event.rb', line 17 def debug @debug end |
#stream_id ⇒ Object (readonly)
Returns the value of attribute stream_id
17 18 19 |
# File 'lib/mfp/event.rb', line 17 def stream_id @stream_id end |
#terminal ⇒ Object (readonly)
Returns the value of attribute terminal
17 18 19 |
# File 'lib/mfp/event.rb', line 17 def terminal @terminal end |