Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
subprocess::CalledProcessError Class Reference

#include <subprocess.h>

Inheritance diagram for subprocess::CalledProcessError:
[legend]
Collaboration diagram for subprocess::CalledProcessError:
[legend]

Public Member Functions

 CalledProcessError (const std::string &error_msg, int retcode)

Public Attributes

int retcode

Detailed Description

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 139 of file subprocess.h.

Constructor & Destructor Documentation

◆ CalledProcessError()

subprocess::CalledProcessError::CalledProcessError ( const std::string & error_msg,
int retcode )
inline

Definition at line 143 of file subprocess.h.

Member Data Documentation

◆ retcode

int subprocess::CalledProcessError::retcode

Definition at line 142 of file subprocess.h.


The documentation for this class was generated from the following file: