Itai_Sharon
New Contributor II

Thanks @Vinay_M_R .

Are there any workaround options available?

I noticed that one approach involves modifying the child's notebook to include something like:

try:
    # your code
except Exception as e:
    dbutils.notebook.exit(str(e))

However, I’d prefer not to change the notebook I’m calling.
Are there any other ways to capture the specific error without modifying the child notebook?