Uses of Class
com.influxdb.v3.client.InfluxDBPartialWriteException.LineError
Packages that use InfluxDBPartialWriteException.LineError
-
Uses of InfluxDBPartialWriteException.LineError in com.influxdb.v3.client
Methods in com.influxdb.v3.client that return types with arguments of type InfluxDBPartialWriteException.LineErrorModifier and TypeMethodDescriptionInfluxDBPartialWriteException.lineErrors()Line-level write errors.Constructor parameters in com.influxdb.v3.client with type arguments of type InfluxDBPartialWriteException.LineErrorModifierConstructorDescriptionInfluxDBPartialWriteException(String message, HttpHeaders headers, int statusCode, List<InfluxDBPartialWriteException.LineError> lineErrors) Construct a new InfluxDBPartialWriteException.