Exception: InfluxDB2::FluxCsvParserError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/influxdb2/client/flux_csv_parser.rb

Overview

This class represents Flux query error

Instance Method Summary collapse

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(message)
  super(message)
end