class Influx::BadRequest
- Influx::BadRequest
- Influx::KnownAPIError
- Influx::APIError
- Influx::Exception
- Exception
- Reference
- Object
Overview
From InfluxDB API docs: Bad request. The line protocol data in the request is malformed. The response body contains the first malformed line in the data. InfluxDB rejected the batch and did not write any data.
Defined in:
errors.crConstructors
- .new(status, message, code, err = nil, line = nil, op = nil, *, cause = nil)
- .new(status, body, *, cause = nil)