Closed
Description
Is your feature request related to a problem? Please describe.
When doing await Parse.Object.saveAll(objectsToUpdate, { useMasterKey: true });
if it fails I don’t know which objectToUpdate
failed.
Describe the solution you'd like
An error telling me which object failed. That would allow me to write some code to properly handle the error.