class: CalledProcessError Thrown when there was error executing the command. Check Popen class API's to know when this exception can be thrown.
Synopsis
Declared in <util/subprocess.h>
class CalledProcessError
: public std::runtime_error
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Builds the error from a message and the child's return code. |
|