Stay organized with collections
Save and categorize content based on your preferences.
Use terminology consistently for all error messages within a single
product area. If you call something a "datastore" in one error message,
then call the same thing a "datastore" in all the other error messages.
Not recommended
Can't connect to cluster at 127.0.0.1:56. Check whether minikube is running.
Recommended
Can't connect to minikube at 127.0.0.1:56. Check whether minikube is running.
Error messages must appear consistently with similar formats and
non-contradictory content; that is, the same problem must generate the same
error message. For example, if different parts of an app each detect problems
with internet connection, both parts should emit the same error message.
[null,null,["Last updated 2025-03-31 UTC."],[[["\u003cp\u003eMaintain consistent terminology throughout all error messages within a specific product area, avoiding the use of synonyms for the same element.\u003c/p\u003e\n"],["\u003cp\u003eEnsure all error messages related to a specific problem are consistent in format and content, regardless of where the problem is detected within the application.\u003c/p\u003e\n"]]],["Error messages should maintain consistent terminology within a product area; for instance, a \"datastore\" should always be referred to as such. Identical problems should trigger the same error message across an application. Avoid using synonyms for the same element in messages, as this can confuse users. Consistency in error message content and format is crucial for clear user understanding.\n"],null,["# Use terminology consistently\n\n\u003cbr /\u003e\n\nUse terminology consistently for all error messages within a single\nproduct area. If you call something a \"datastore\" in one error message,\nthen call the same thing a \"datastore\" in all the other error messages.\n\nNot recommended\n\u003e Can't connect to cluster at 127.0.0.1:56. Check whether minikube is running.\n\nRecommended\n\u003e Can't connect to minikube at 127.0.0.1:56. Check whether minikube is running.\n| **Note:** Some authoring systems automatically recommend synonyms to ensure that you don't keep repeating the same word. Yes, variety spices up paragraphs. However, variety in error messages can confuse users.\n\nError messages must appear consistently with similar formats and\nnon-contradictory content; that is, the same problem must generate the same\nerror message. For example, if different parts of an app each detect problems\nwith internet connection, both parts should emit the same error message.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n**Next unit:** [Format error messages to enhance\nreadability](/tech-writing/error-messages/format-for-readability)"]]