Exception: Fluent::EventRouter::Pipeline::OutputError
- Inherits:
-
StandardError
- Object
- StandardError
- Fluent::EventRouter::Pipeline::OutputError
- Defined in:
- lib/fluent/event_router.rb
Instance Attribute Summary collapse
-
#internal_error ⇒ Object
readonly
Returns the value of attribute internal_error.
-
#processed_es ⇒ Object
readonly
Returns the value of attribute processed_es.
Instance Method Summary collapse
-
#initialize(internal_error, processed_es) ⇒ OutputError
constructor
A new instance of OutputError.
Constructor Details
#initialize(internal_error, processed_es) ⇒ OutputError
Returns a new instance of OutputError.
171 172 173 174 |
# File 'lib/fluent/event_router.rb', line 171 def initialize(internal_error, processed_es) @internal_error = internal_error @processed_es = processed_es end |
Instance Attribute Details
#internal_error ⇒ Object (readonly)
Returns the value of attribute internal_error.
168 169 170 |
# File 'lib/fluent/event_router.rb', line 168 def internal_error @internal_error end |
#processed_es ⇒ Object (readonly)
Returns the value of attribute processed_es.
169 170 171 |
# File 'lib/fluent/event_router.rb', line 169 def processed_es @processed_es end |