MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / LastErrorMsg

Function LastErrorMsg

include/LightGBM/c_api.h:1048–1048  ·  view source on GitHub ↗

! * \brief Handle of error message. * \return Error message */

Source from the content-addressed store, hash-verified

1046 * \return Error message
1047 */
1048static char* LastErrorMsg() { static THREAD_LOCAL char err_msg[512] = "Everything is fine"; return err_msg; }
1049
1050#pragma warning(disable : 4996)
1051/*!

Callers 2

LGBM_SetLastErrorFunction · 0.70
LGBM_GetLastErrorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected