class: CalledProcessError Thrown when there was error executing the command. Check Popen class API's to know when this exception can be thrown.
Declared in <util/subprocess.h>
class CalledProcessError
: public std::runtime_error
| Name | Description |
|---|---|
std::runtime_error |
| Name | Description |
|---|---|
CalledProcessError [constructor] | Builds the error from a message and the child's return code. |
operator= | |
what [virtual] |
| Name | Description |
|---|---|
retcode | Return code reported by the child process. |