Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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 131 of file subprocess.h.

Constructor & Destructor Documentation

◆ CalledProcessError()

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

Definition at line 135 of file subprocess.h.

Member Data Documentation

◆ retcode

int subprocess::CalledProcessError::retcode

Definition at line 134 of file subprocess.h.


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