public class LineProtocolLengthError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LineProtocolLengthError.CodeEnum
Code is the machine-readable error code.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CODE |
static String |
SERIALIZED_NAME_MESSAGE |
Constructor and Description |
---|
LineProtocolLengthError() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LineProtocolLengthError.CodeEnum |
getCode()
Code is the machine-readable error code.
|
String |
getMessage()
Human-readable message.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CODE
public static final String SERIALIZED_NAME_MESSAGE
public LineProtocolLengthError.CodeEnum getCode()
public String getMessage()
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.