MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_errors()

template<typename Executor , ComputeData DataType>
const std::vector< std::string > & MayaFlux::Yantra::FluentExecutor< Executor, DataType >::get_errors ( ) const
inline

Get all errors accumulated during the chain.

Returns
Const reference to the error message vector

Definition at line 531 of file OperationChain.hpp.

531{ return m_errors; }
std::vector< std::string > m_errors