InfluxDBException constructor

InfluxDBException(
  1. int statusCode,
  2. String? code,
  3. String? message, {
  4. int? retryAfter = -1,
})

Implementation

InfluxDBException(this.statusCode, this.code, this.message,
    {this.retryAfter = -1});