Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global error

boost::process::error

Synopsis

// In header: <boost/process/error.hpp>

 error;

Description

The error property will set the executor to handle any errors by setting an std::error_code.

The following syntax is valid:

The overload version is achieved by just passing an object of std::error_code to the function.


PrevUpHomeNext