Builds the error from a message and the child's return code.
Declared in <util/subprocess.h>
CalledProcessError(
std::string const& error_msg,
int retcode);
| Name | Description |
|---|---|
| error_msg | Description of the failure. |
| retcode | Return code reported by the child process. |