menu
influxdb_client package
documentation
api.dart
InfluxDBException
InfluxDBException constructor
InfluxDBException constructor
dark_mode
light_mode
InfluxDBException
constructor
InfluxDBException
(
int
statusCode
,
String
?
code
,
String
?
message
, {
int
?
retryAfter
=
-1
,
})
Implementation
InfluxDBException(this.statusCode, this.code, this.message, {this.retryAfter = -1});
influxdb_client package
documentation
api
InfluxDBException
InfluxDBException constructor
InfluxDBException class