DATABASE_COLLECTION_ALREADY_EXIST
Error Cause
When creating collection, collection already exists, cannot create duplicate collection with same name.
Solution
- Use a different collection name
- Check if collection with same name already exists
- If you need to recreate, delete existing collection first
- Directly use existing collection instead of creating new one
- Add prefix or suffix to collection name to ensure uniqueness