You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 7As a developer I know about edge cases where we simply can't know what went wrong. We can neither be explicit here nor can we be precise and I would rather tell the user that something went wrong than to bore him with the assumption that a third-party plugin proably failed at some point. In theory your linked article sounds perfectly correct but it isn't always that easy. However not leaving the user alone and e.g. give him some feeling of control is always a good idea.Marvin– Marvin2015-08-20 16:10:15 +00:00Commented Aug 20, 2015 at 16:10
- 1The point about never showing an ambiguous error is to encourage best practices and to say you should be specific whenever systematically possible. Because you're right, sometimes you can't get good details from the system, but that doesn't mean you can't provide the user something better than, "Error 500."tonytrucco– tonytrucco2015-08-20 16:18:32 +00:00Commented Aug 20, 2015 at 16:18
- 1@Marvin I think your example actually counters your point- if you know it's some error in a plugin, that's exactly what you should say to the user "One of the plugins you installed/enabled has caused a problem. Please restart in Safe Mode ... etc."J. Dimeo– J. Dimeo2016-09-15 03:07:09 +00:00Commented Sep 15, 2016 at 3:07
- Is any error "expected"? What does "unexpected" add?JoelFan– JoelFan2018-09-13 18:51:46 +00:00Commented Sep 13, 2018 at 18:51
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. website-design), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you