--- toc: false --- # Error Handling This example shows how to handle errors in different contexts: pages, plugins, components and middleware. ::ReadMore{link="/docs/getting-started/error-handling"} :: ::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/app/error-handling" file="app.vue"} ::