Contains a textual (english) description of the error if one occurs.
| 1461 | |
| 1462 | /// Contains a textual (english) description of the error if one occurs. |
| 1463 | const char * ErrorDesc() const { return errorDesc.c_str (); } |
| 1464 | |
| 1465 | /** Generally, you probably want the error string ( ErrorDesc() ). But if you |
| 1466 | prefer the ErrorId, this function will fetch it. |