ExecError

ExecError is raised for errors in executing a command line using the Exec class or system(). Normal raising of this error causes the joblet to fail. Put this Error in an try except block to handle the error.

See Also