Closed
Description
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.