MayaFlux
0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
handle_execution_error()
void MayaFlux::Yantra::ComputeMatrix::handle_execution_error
(
const std::exception &
e
,
const std::type_index &
op_type
)
inline
private
Handle execution errors.
Definition at line
546
of file
ComputeMatrix.hpp
.
547
{
548
m_last_error
= e.what();
549
m_last_error_type
= op_type;
550
551
if
(
m_error_callback
) {
552
m_error_callback
(e, op_type);
553
}
554
}
MayaFlux::Yantra::ComputeMatrix::m_last_error_type
std::type_index m_last_error_type
Definition
ComputeMatrix.hpp:592
MayaFlux::Yantra::ComputeMatrix::m_error_callback
std::function< void(const std::exception &, const std::type_index &)> m_error_callback
Definition
ComputeMatrix.hpp:593
MayaFlux::Yantra::ComputeMatrix::m_last_error
std::string m_last_error
Definition
ComputeMatrix.hpp:591
MayaFlux
Yantra
ComputeMatrix
Generated by
1.9.8