Contains a textual (english) description of the error if one occurs.
| 1372 | |
| 1373 | /// Contains a textual (english) description of the error if one occurs. |
| 1374 | const char* ErrorDesc() const { return errorDesc.c_str(); } |
| 1375 | |
| 1376 | /** Generally, you probably want the error string ( ErrorDesc() ). But if you |
| 1377 | prefer the ErrorId, this function will fetch it. |