MayaFlux 0.1.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 197 of file ImageReader.cpp.

198{
199 return m_last_error;
200}

References m_last_error.