Exception thrown if the subprocess cannot be started.

Synopsis

Declared in <folly/Subprocess.h>

class SubprocessSpawnError
    : public SubprocessError

Base Classes

Name

Description

SubprocessError

Base exception thrown by the Subprocess methods.

Member Functions

Name

Description

SubprocessSpawnError [constructor]

Constructs the error for a subprocess that could not be started.

~SubprocessSpawnError [destructor] [virtual]

Destroys the error.

operator=

errnoValue

Returns the errno value captured when the spawn failed.

what [virtual]

Using Declarations

Name

Description

SubprocessError

Inherits the std::runtime_error constructors.

Created with MrDocs