Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
OSError (const std::string &err_msg, int err_code) | |
class: OSError Thrown when some system call fails to execute or give result. The exception message contains the name of the failed system call with the stringisized errno code. Check Popen class API's to know when this exception would be thrown. Its usual that the API exception specification would have this exception together with CalledProcessError.
Definition at line 151 of file subprocess.h.
|
inline |
Definition at line 154 of file subprocess.h.