Error pages

Use a clear error page when a request cannot be completed.

Page not found

The application uses this page for unmatched routes.

View 404 page

Service error

This example deliberately throws an error so the application error middleware renders the page.

View 500 page