Package com.influxdb.client.domain
Class Error
java.lang.Object
com.influxdb.client.domain.Error
Error
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
code is the machine-readable error code. -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SERIALIZED_NAME_CODE
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_OP
- See Also:
-
SERIALIZED_NAME_ERR
- See Also:
-
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
getCode
code is the machine-readable error code.- Returns:
- code
-
getMessage
Human-readable message.- Returns:
- message
-
getOp
Describes the logical code operation when the error occurred. Useful for debugging.- Returns:
- op
-
getErr
Stack of errors that occurred during processing of the request. Useful for debugging.- Returns:
- err
-
equals
-
hashCode
public int hashCode() -
toString
-