E7031 Stdlib Validation Errors
command-failed
command execution failed
When this occurs
os.exec() or os.exec_output() command returned a non-zero exit code
Example error message
error[E7031]:
os.exec_output(): command failed with exit code 1
How to fix
Check the command's error output for details. The command may have failed due to invalid arguments or permissions.