parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 517 forks source link

📙 Incorrect Parse Error file deletion code #803

Closed mtrezza closed 3 years ago

mtrezza commented 3 years ago

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?