Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
If Parse JS SDK is unable to connect to the server, the error thrown is 'XMLHttpRequest failed: "Unable to connect to the Parse API"
which is rather confusing for client users.
Feature / Enhancement Description
It would be good to change the default error message to something more helpful such as Could not connect to the server
which non-technical users could understand. Or, allow JS SDK to specify custom error messages via something like Parse.customError.101
Example Use Case
n/a
Alternatives / Workarounds
n/a