Get WordApp Err Object from lotusscript

I have written many lotusscripts that interact with Word and Excel and I know how to get standard Err, Error, Erl info from notes.

But I’m interested in getting the Error Object that exists in Word. I would like the Err.Number and Err.Description info.

I have tried wordApp.Err.Number and wordApp.Err.Description but it tells me that the wordApp.Err object doesn’t exist. (I also tried wordApp.Error.Number and have the same problem.)

Any ideas how I can tap into that word object?

The purpose is to get more detail than the standard 213 Automation Object Error that lotusscript generates.

Thank you