Medial Code Documentation
|
C error handling. More...
Data Structures | |
struct | XGBAPIErrorEntry |
Typedefs | |
using | XGBAPIErrorStore = dmlc::ThreadLocalStore< XGBAPIErrorEntry > |
Functions | |
XGB_DLL const char * | XGBGetLastError () |
get string message of the last error | |
void | XGBAPISetLastError (const char *msg) |
Set the last error message needed by C API. | |
C error handling.
Copyright (c) 2015 by Contributors
void XGBAPISetLastError | ( | const char * | msg | ) |
Set the last error message needed by C API.
msg | The error message to set. |