Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📙 Incorrect Parse Error file deletion code #803

Closed
mtrezza opened this issue Dec 4, 2020 · 0 comments · Fixed by #804
Closed

📙 Incorrect Parse Error file deletion code #803

mtrezza opened this issue Dec 4, 2020 · 0 comments · Fixed by #804

Comments

@mtrezza
Copy link
Member

mtrezza commented Dec 4, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant