MayaFlux 0.3.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 230 of file ImageReader.cpp.

231{
232 return m_last_error;
233}

References m_last_error.