MobileTrack.Web.Portal.Pages.Errors Namespace
Contains the error pages for the website.
The
ErrorContent contains the template of error pages.
The
ErrorNotification show error notification to user or redirects the user to the right error page.
The
ErrorGeneralPage shows an error page depending on the error code.
| CustomErrorBoundary |
Custom error boundary to catch unhandled errors in the application.
|
| ErrorContent |
This page contains the error message and reload button.
|
| ErrorGeneralPage |
Error page that is shown when an error occurs in the application.
User can see the error message and reload the page.
|
| ErrorNotification |
This page is used to show error info to user or redirect to the appropriate error page based on the exception type.
|