Skip to content

Instantly share code, notes, and snippets.

@pfrazee
Last active October 18, 2017 09:21
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfrazee/268420d2165ee2d4f2f95ef3758909bc to your computer and use it in GitHub Desktop.
Save pfrazee/268420d2165ee2d4f2f95ef3758909bc to your computer and use it in GitHub Desktop.

Errmojis

Users have a hard time dealing with errors.

To solve that, put these emojis prominently in your error messages. Then when the user says:

I dont know what happened but I saw a christmas tree and then everything stopped working

You'll know it was an internal error!

emoji error
๐ŸŽ„ internal error
๐Ÿ• timed out
โ˜ƒ๏ธ permissions error
๐Ÿ” input was malformed
๐ŸŒˆ not enough resources
๐Ÿ’ the resource is locked
๐ŸŽฉ rate limit exceeded
๐ŸŒฎ unhandled exception
๐Ÿ„ user must authenticate first
๐Ÿ• item or resource not found
๐ŸŽˆ invalid method or function
๐ŸŽฑ there was a conflict in the data
๐ŸŒญ method not yet implemented
๐Ÿฆ† upstream error
๐Ÿฆ‹ configuration error
@tmcw
Copy link

tmcw commented Oct 15, 2017

Maybe too on the nose, but ๐ŸŒ for timed out... ๐Ÿ” for resource locked?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment