: 22 : 22 : 0 |
Currently when error occur during input translation and/or validation steps such as "Unable to interpret Date or Time", etc. it can be hard to determine the field which is giving rise to the error especially in large or complicated applications.
It would be really useful if we could have an event handler exposed that allows us to catch such errors when they occur and run some custom code. This would allow developers to send out alerts or attempt to handle the error, log a stack trace to assist with debugging or simply catch details about what was happening when the error occured. Ideally the event would capture the field(s) where these errors occured to allow developers to quickly remedy the problem.
|