During your time building and debugging your botframework chatbot, you’ve probably already come across the annoyance of seeing a huge error message with a ridiculous stack trace that doesn’t seem to relate to your error, or even just a plain old HTTP 500 and big red exclamation mark..
Perhaps you’ve deployed to a production environment and are stuck with the stock error message:
Sorry, my bot code is having an issue
In this article I’ll show you how to 1) display useful exception information, and 2) override the default error message sent to the user