getErrorText

Navigation:  NxLib API > C++ Interface > NxLibException >

getErrorText

Previous pageReturn to chapter overviewNext page

Retrieves the error text, corresponding the the API return code that has caused this exception. This is the error text returned by nxLibTranslateReturnCode.

Signature

std::string const& getErrorText()

Return Value

The text corresponding to the error code because of which the exception object was thrown.