public class Error extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Error.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 |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Error.CodeEnum |
getCode()
Code is the machine-readable error code.
|
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 Error.CodeEnum getCode()
public String getMessage()
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.