Details
-
Improvement
-
Resolution: Done
-
Minor - P4
-
None
-
None
Description
From inspecting the code, it looks like InsertMany can return BulkWriteError, but this isn't apparent from docs. Because all errors are hidden behind the error interface, users need a hint about when they could usefully type switch on an error to check for BulkWriteError.