PCL
|
External process error conditions. More...
ExternalProcessError::FailedToStart | The external process failed to start. |
ExternalProcessError::Crashed | The external process crashed. |
ExternalProcessError::TimedOut | A wait operation timed out. |
ExternalProcessError::ReadError | An error occurred while trying to read data from a process' stdout or stderr streams. |
ExternalProcessError::WriteError | An error occurred while trying to write data to a process' stdin stream. |
ExternalProcessError::UnknownError | An unknown error occurred trying to execute or communicate with an external process. |