This task is about revising the error message language implemented in 544152 to make it more actionable.
Behavior
- Attempt to save an edit using an editing interface that depends on VE (e.g. the visual editor or the Reply Tool)
- An issue in VE's code or the wiki's configuration is preventing that edit from being saved.
Current
- An error message appears that contains one of the following messages:
- "Error contacting the Parsoid/RESTBase server: $1"
- "Error contacting the Parsoid/RESTBase server (no response)"
Desired
- An error message appears that contains one of the following messages:
- "Error contacting the Parsoid/RESTBase server: $1. To have this issue resolved, please make the developers aware: [Share feedback](https://www.mediawiki.org/wiki/Talk:VisualEditor). "
- "Error contacting the Parsoid/RESTBase server (no response). To have this issue resolved, please make the developers aware: [Share feedback](https://www.mediawiki.org/wiki/Talk:VisualEditor)."
Done
- The "Desired" behavior is implemented