We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
131
153
Can you propose a solution?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 code153
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?
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.The text was updated successfully, but these errors were encountered: