DATABASE_COLLECTION_ALREADY_EXIST
Error Cause
Collection already exists when creating, cannot create collections with duplicate names.
Solutions
- Use a different collection name
- Check if a collection with the same name already exists
- If you need to recreate, delete the existing collection first
- Use the existing collection directly instead of creating a new one
- Add prefix or suffix to collection name to ensure uniqueness