Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
CalledProcessError (const std::string &error_msg, int retcode) | |
Public Attributes | |
int | retcode |
class: CalledProcessError Thrown when there was error executing the command. Check Popen class API's to know when this exception can be thrown.
Definition at line 131 of file subprocess.h.
|
inline |
Definition at line 135 of file subprocess.h.
int subprocess::CalledProcessError::retcode |
Definition at line 134 of file subprocess.h.