Exception: InfluxDB2::FluxQueryError
- Inherits:
-
StandardError
- Object
- StandardError
- InfluxDB2::FluxQueryError
- Defined in:
- lib/influxdb2/client/flux_csv_parser.rb
Overview
This class represents Flux query error
Instance Attribute Summary collapse
-
#reference ⇒ Object
readonly
Returns the value of attribute reference.
Instance Method Summary collapse
-
#initialize(message, reference) ⇒ FluxQueryError
constructor
A new instance of FluxQueryError.
Constructor Details
#initialize(message, reference) ⇒ FluxQueryError
Returns a new instance of FluxQueryError.
28 29 30 31 |
# File 'lib/influxdb2/client/flux_csv_parser.rb', line 28 def initialize(, reference) super() @reference = reference end |
Instance Attribute Details
#reference ⇒ Object (readonly)
Returns the value of attribute reference.
33 34 35 |
# File 'lib/influxdb2/client/flux_csv_parser.rb', line 33 def reference @reference end |