Internal
Should not be instantiated by the user.
Readonly
collectionThe name of the collection that already exists
Readonly
keyspaceThe keyspace where the collection already exists
Readonly
namespaceThe keyspace where the collection already exists
This is now a deprecated alias for the strictly equivalent CollectionAlreadyExistsError.keyspace, and will be removed in an upcoming major version.
https://docs.datastax.com/en/astra-db-serverless/api-reference/client-versions.html#version-1-5
Optional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stackStatic
capture
An exception thrown when an operation that expects a collection not to exist is attempted on a collection that already exists.
Field
keyspace - The keyspace where the collection already exists
Field
collectionName - The name of the collection that already exists