Exception: InfluxDB2::FluxCsvParserError
- Inherits:
-
StandardError
- Object
- StandardError
- InfluxDB2::FluxCsvParserError
- Defined in:
- lib/influxdb2/client/flux_csv_parser.rb
Overview
This class represents Flux query error
Instance Method Summary collapse
-
#initialize(message) ⇒ FluxCsvParserError
constructor
A new instance of FluxCsvParserError.
Constructor Details
#initialize(message) ⇒ FluxCsvParserError
Returns a new instance of FluxCsvParserError.
39 40 41 |
# File 'lib/influxdb2/client/flux_csv_parser.rb', line 39 def initialize() super() end |