Is there a way to generate Dev Tool error logs when they occur while running an end-to-end test

I want to know if there is a way if I run my end-to-end test in UI.Vision to log any system errors that occur during the execution of the test? Currently, I am writing logs to the hard drive, but these logs are only catching errors that occur within UI.Vision. I want to be notified of errors that are hitting within the system I am testing, so these errors can be logged as bugs. Any tips would be helpful. Thanks in advance!

Maybe there is a script I can implement that will pull system errors at the end of the test and write those errors to a log file stored on my hard drive?

You need the Chrome dev tool logs?

Correct, I’d like to catch the Network errors that are specific to the software I am testing. @ulrich