Exception: Flydata::ServerDataProcessingTimeout
- Inherits:
-
AgentError
- Object
- StandardError
- AgentError
- Flydata::ServerDataProcessingTimeout
- Defined in:
- lib/flydata/errors.rb
Instance Attribute Summary collapse
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Attributes inherited from AgentError
Instance Method Summary collapse
-
#initialize(message, options = {}) ⇒ ServerDataProcessingTimeout
constructor
A new instance of ServerDataProcessingTimeout.
Methods inherited from AgentError
Constructor Details
#initialize(message, options = {}) ⇒ ServerDataProcessingTimeout
Returns a new instance of ServerDataProcessingTimeout.
32 33 34 35 |
# File 'lib/flydata/errors.rb', line 32 def initialize(, = {}) super() @state = [:state] end |
Instance Attribute Details
#state ⇒ Object (readonly)
Returns the value of attribute state.
36 37 38 |
# File 'lib/flydata/errors.rb', line 36 def state @state end |