Apoc.cypher.runfile Errors, how do I return errors from the script run

I'm using apoc.cypher.runfile from a python script to run cypher files.
If there is an error inthe cypher file then I can't return or see the error.

I have looked in the query log and debug log but nothing appears to have the error message. The runFile just appears to consume everything, good or bod.

Is there a way to get the error messages back from a apoc.cypher.runfile call?

I'm using Neo4j 5.2 Enterprise.