Error::getString Method [Deprecated]

This method returns a string representation of this error.
Syntax:
std::string getString() const;
std::wstring getStringW() const;

Return value:

A string describing this error.

Information:

This method is deprecated since version 3.5.
Use Error::toString

See also: Error, Error::toString

<< Error