I am working on error handling framework in Siebel to capture errors. I have requirement where I am supposed to also capture configuration errors to understand which are the user processes which have most validating errors and hence improve the same.
For example: if any field is required and if user has not entered any value of this field then he will gets Siebel validation error .so we want to capture this type of exceptions in our error handling framework?