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

◆ get_last_error()

std::string MayaFlux::IO::ImageReader::get_last_error ( ) const
overridevirtual

Get the last error message.

Returns
Error string or empty if no error.

Implements MayaFlux::IO::FileReader.

Definition at line 432 of file ImageReader.cpp.

433{
434 return m_last_error;
435}

References m_last_error.