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

Method SetDetailedError

Core/ClientSML/src/sml_ClientErrors.cpp:37–41  ·  view source on GitHub ↗

* @brief Records that an error has occurred and we are overriding * the default message to go with it. *************************************************************/

Source from the content-addressed store, hash-verified

35* the default message to go with it.
36*************************************************************/
37void ClientErrors::SetDetailedError(sml::ErrorCode error, char const* pDetailedError)
38{
39 m_LastError = error ;
40 m_LastErrorDetail = pDetailedError ;
41}
42
43/*************************************************************
44* @brief Returns true if an error occurred in the last call.

Callers 3

ReceivedOutputMethod · 0.80
SynchronizeInputLinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected