Skip to content

Parse.Object.saveAll error handling #799

Closed
@matthewchung74

Description

@matthewchung74

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions