-
Get Error information without UI in Salesforce
I want see all the errors that has been raised in Try catch. The problem is that I don’t have any UI for the class that is executed. So, I can’t throw errors on any UI also I can’t use System.debug. Is there any way to see those errors?
Log In to reply.