influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > LineProtocolError

LineProtocolError interface

Signature:

interface LineProtocolError 

Properties

Property Modifiers Type Description
code readonly ‘internal error’ | ‘not found’ | ‘conflict’ | ‘invalid’ | ‘empty value’ | ‘unavailable’ Code is the machine-readable error code.
err? readonly string (Optional) Stack of errors that occurred during processing of the request. Useful for debugging.
line? readonly number (Optional) First line in the request body that contains malformed data.
message? readonly string (Optional) Human-readable message.
op? readonly string (Optional) Describes the logical code operation when the error occurred. Useful for debugging.