AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ LoadErrText()

std::string drama::EntryInfo::LoadErrText ( ) const
inline

Returns the system status code text associated with a load error.

When a load operation fails or a task which had been loaded exits, the system status is returned. This function fetches a text representation of this code as translated by the machine on which the load was preformed.

This function only give a sensible result sensible if Reason() has returned a reason of EntryCode::LoadFailed or EntryCode::Exit

Returns
The load error text or an empty string.

References drama::LoadFailed, and Reason().