Uses of Enum Class
com.datastax.astra.client.exceptions.ClientErrorCodes
Package
Description
Exceptions specialized checked and unchecked thrown by the client.
-
Uses of ClientErrorCodes in com.datastax.astra.client.exceptions
Modifier 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.ModifierConstructorDescriptionDataAPIException
(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