Package com.influxdb.client.domain
Class LineProtocolError
java.lang.Object
com.influxdb.client.domain.LineProtocolError
LineProtocolError
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Code is the machine-readable error code. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCode()
Code is the machine-readable error code.getErr()
Stack of errors that occurred during processing of the request.getLine()
First line in the request body that contains malformed data.Human-readable message.getOp()
Describes the logical code operation when the error occurred.int
hashCode()
toString()
-
Field Details
-
SERIALIZED_NAME_CODE
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_OP
- See Also:
-
SERIALIZED_NAME_ERR
- See Also:
-
SERIALIZED_NAME_LINE
- See Also:
-
-
Constructor Details
-
LineProtocolError
public LineProtocolError()
-
-
Method Details
-
getCode
Code is the machine-readable error code.- Returns:
- code
-
getMessage
Human-readable message.- Returns:
- message
-
getOp
Describes the logical code operation when the error occurred. Useful for debugging.- Returns:
- op
-
getErr
Stack of errors that occurred during processing of the request. Useful for debugging.- Returns:
- err
-
getLine
First line in the request body that contains malformed data.- Returns:
- line
-
equals
-
hashCode
public int hashCode() -
toString
-