You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: always include writeErrors on a BulkWriteError instance
We special case situations where there is only one error returned
from a bulk operation, but that can be quite confusing for users of
the bulk API. Promoting the single error to the top-level error
message is reasonable, but in all cases we should use a consistent
shape, and return `writeErrors` as a field on the object
NODE-2625
0 commit comments