MCPcopy Create free account
hub / github.com/SoarGroup/Soar / GetLastErrorDescription

Method GetLastErrorDescription

Core/ClientSML/src/sml_ClientErrors.cpp:54–64  ·  view source on GitHub ↗

* @brief Returns a description of the error that occurred in the last call. *************************************************************/

Source from the content-addressed store, hash-verified

52* @brief Returns a description of the error that occurred in the last call.
53*************************************************************/
54char const* ClientErrors::GetLastErrorDescription()
55{
56 if (m_LastErrorDetail.empty())
57 {
58 return Error::GetErrorDescription(m_LastError) ;
59 }
60 else
61 {
62 return m_LastErrorDetail.c_str() ;
63 }
64}

Callers 15

mainFunction · 0.80
mainFunction · 0.80
TestAgentMethod · 0.80
RunTest1Function · 0.80
RunTest2Function · 0.80
RunTest3Function · 0.80
RunTest4Function · 0.80
createSoarMethod · 0.80
doTestMethod · 0.80
sourceMethod · 0.80
setUpMethod · 0.80
testMultipleKernelsMethod · 0.80

Calls

no outgoing calls

Tested by 15

mainFunction · 0.64
TestAgentMethod · 0.64
RunTest1Function · 0.64
RunTest2Function · 0.64
RunTest3Function · 0.64
RunTest4Function · 0.64
createSoarMethod · 0.64
doTestMethod · 0.64
sourceMethod · 0.64
setUpMethod · 0.64
testMultipleKernelsMethod · 0.64
sourceMethod · 0.64