Skip to content

📙 Incorrect Parse Error file deletion code #803

Closed
@mtrezza

Description

@mtrezza

Link to section:
https://docs.parseplatform.org/js/guide/#file-related-errors

What is the issue?
The Parse Error for "failed to delete a file" is documented with code 131 but actually has code 153 in the Parse JS SDK:
https://github.com/parse-community/Parse-SDK-JS/blob/f24bd991514414f7a3e8ac13a30f1548e2052e0b/src/ParseError.js#L338-L344

Can you propose a solution?

  • Correct code to 153; Parse Error codes don't follow any number ranges, so it should not be an issue to have this code number in that error section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions