Can I query the current error's message level?
In the on-error trigger, I want to customise the error handling for messages that have a level >= 15. In order to do this, I need to get the current error's level. Is there any way to do this?
0