Exception thrown by *Checked methods of Subprocess.

Synopsis

Declared in <folly/Subprocess.h>

class CalledProcessError
    : public SubprocessError

Base Classes

Name

Description

SubprocessError

Base exception thrown by the Subprocess methods.

Member Functions

Name

Description

CalledProcessError [constructor]

Constructs the error from a process return code.

~CalledProcessError [destructor] [virtual]

Destroys the error.

operator=

returnCode

Returns the return code of the process that caused this error.

what [virtual]

Using Declarations

Name

Description

SubprocessError

Inherits the std::runtime_error constructors.

Created with MrDocs