Summary
In this chapter, we covered the important topic of error handling. First, we provided an overview of various errors that may occur within your app. We then discussed key built-in error functions. These functions can be used to provide real-time feedback to users. We also covered using the OnApp
property for the overall app that can be used to address unhandled errors. Lastly, we provided techniques for creating custom error messages. Effective error handling is important to develop user-friendly applications.
In the next chapter, we will conclude the book by discussing how to register an app in Azure.