getErrorText

<< Click to Display Table of Contents >>

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

getErrorText

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.