Error messages

Every error message consists of two pieces of information:

  1. Explanation of what happened
  2. Solution to the situation

When writing an error message:

  • Keep it short
  • Avoid blaming the user or implying user error. Passive voice can be helpful here
  • Clarity is a must, inform about what happened and how to resolve it
  • No technical language, no APIs, servers, backends and so on
  • An error message is not a place to be funny
  • We don’t say “Oops!”

Avoid sorry and please unless it's really necessary

  • Don’t apologize effusively
  • Use "Please", only when it requires a lot of effort:

Examples:

If something has gone wrong, try publishing the post again.

It seems the connection to Instagram has been lost. Please, go to Settings and renew it.