# Error Handling

#### Error 404 (not found) is handled in the `src/app/not-found.tsx` high-level component. For more information about the not-found page visit [docs](https://nextjs.org/docs/app/api-reference/file-conventions/not-found)

<div align="left" data-full-width="true"><figure><img src="https://content.gitbook.com/content/yVpEAnob4BsO7xorMw2Z/blobs/vO5sWADL05CSEpXaO9Oc/image.png" alt=""><figcaption></figcaption></figure></div>

#### Any other server or Javascript error is handled at `src/app/error.tsx` For more information about the not-found page visit [docs](https://nextjs.org/docs/app/api-reference/file-conventions/error)

<div data-full-width="true"><figure><img src="https://content.gitbook.com/content/yVpEAnob4BsO7xorMw2Z/blobs/hj3gk2iOBZwOn7LQ1BZb/image.png" alt=""><figcaption></figcaption></figure></div>
