Uses of Class
com.datastax.astra.client.exceptions.DataAPIResponseException
Package
Description
Utility classes for commands and operations.
-
Uses of DataAPIResponseException in com.datastax.astra.client.core.commands
Modifier and TypeMethodDescriptionCommandRunner.runCommand
(Command command, BaseOptions<?> options) Command to return the payload as a Map.<T> T
CommandRunner.runCommand
(Command command, BaseOptions<?> options, Class<T> documentClass) Extension point to run any command with typing constraints.