Process Error Dashboard

In a similar manner to process que management, you will need a place to see system errors. The Elmah browser dashboard is just the place. A central area to list and show you detailed errors that the system is experiencing. If you are seeing issues, this is a good place to start!

microservice.yourdomain.com/elmah
elmah Error

Here an error is shown in Elmah telling the user that you add function only supports specific data. In this case the field was coming through as a string.

This is manner, you can hopefully correct any issues and get the system unblocked again. For Fault finding Elmah should be the first place you look. Errors will be shown on the UI both in the Integration hub, the Transaction page and in Hangfire.

Last updated