Stored procedure OUTER_TEST calls stored procedure INNER_TEST.
If an error in INNER_TEST, how do I capture the error message (to store in a table). When I have a try-catch in OUTER_TEST, I can only access a later error message and not the initial one from INNER_TEST?