public class LineProtocolError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LineProtocolError.CodeEnum
Code is the machine-readable error code.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CODE |
static String |
SERIALIZED_NAME_ERR |
static String |
SERIALIZED_NAME_LINE |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_OP |
Constructor and Description |
---|
LineProtocolError() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LineProtocolError.CodeEnum |
getCode()
Code is the machine-readable error code.
|
String |
getErr()
Stack of errors that occurred during processing of the request.
|
Integer |
getLine()
First line in the request body that contains malformed data.
|
String |
getMessage()
Human-readable message.
|
String |
getOp()
Describes the logical code operation when the error occurred.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CODE
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_OP
public static final String SERIALIZED_NAME_ERR
public static final String SERIALIZED_NAME_LINE
public LineProtocolError.CodeEnum getCode()
public String getMessage()
public String getOp()
public String getErr()
public Integer getLine()
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.