Uses of Enum Class
com.influxdb.client.domain.Error.CodeEnum
-
Uses of Error.CodeEnum in com.influxdb.client.domain
Modifier and TypeMethodDescriptionstatic Error.CodeEnum
Error.getCode()
code is the machine-readable error code.Error.CodeEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static Error.CodeEnum
Returns the enum constant of this class with the specified name.static Error.CodeEnum[]
Error.CodeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Error.CodeEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, Error.CodeEnum enumeration)