Hi,
I am using the TestStand Python Adapters for controlling an Excel Report like this:

The problems come to the Error management. I have read that TestStand passes the Containers to python as reference so I have supposed that a dictionary (instead of a tuple) can be a good solution to handle the error. Moreover, I have the same structures for .NET calls where I see this:

InitializeSession(UInt32, System.String, System.String, Int32, Boolean ByRef, Int32 ByRef, System.String ByRef)
But when I run the my sequence the following error arises:

What is the problem?
I have also configured the debugger pointing at the python.exe but I do not go inside the code:

Is there anyone who has already info on how to share data between python and teststand?
Versions: Teststand 2022, Python 3.10
Thank you for the help,
Zuc