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_MAX_LENGTH |
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.
|
Integer |
getMaxLength()
Max length in bytes for a body of line-protocol.
|
String |
getMessage()
Message is a human-readable message.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CODE
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MAX_LENGTH
public LineProtocolLengthError.CodeEnum getCode()
public String getMessage()
public Integer getMaxLength()
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.