Hello, I'm executing an external process using 'proc_open'. I'd like to catch a specific error from the external process (error: 'unsupported codec'), but I can't conceptualize what's going on. How can I determine if the 'unsupported codec' error has occured from within my php script? Thanks!