Uses of Enum Class
com.datastax.astra.client.exceptions.ClientErrorCodes
Packages that use ClientErrorCodes
Package
Description
Exceptions specialized checked and unchecked thrown by the client.
-
Uses of ClientErrorCodes in com.datastax.astra.client.exceptions
Methods in com.datastax.astra.client.exceptions that return ClientErrorCodesModifier and TypeMethodDescriptionstatic ClientErrorCodes
Returns the enum constant of this class with the specified name.static ClientErrorCodes[]
ClientErrorCodes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.datastax.astra.client.exceptions with parameters of type ClientErrorCodesModifierConstructorDescriptionDataAPIException
(ClientErrorCodes errorCode, String errorMessage) Constructors providing all arguments and a parent exception.DataAPIHttpException
(ClientErrorCodes code, String errorMessage) Constructors providing all arguments and a parent exception.InvalidConfigurationException
(ClientErrorCodes code, String message) Constructor with code and messageInvalidEnvironmentException
(ClientErrorCodes code, String message) Constructor with code and message