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

Method SetError

Core/ClientSML/src/sml_ClientErrors.cpp:28–31  ·  view source on GitHub ↗

* @brief Records that an error has occurred *************************************************************/

Source from the content-addressed store, hash-verified

26* @brief Records that an error has occurred
27*************************************************************/
28void ClientErrors::SetError(sml::ErrorCode error)
29{
30 m_LastError = error ;
31}
32
33/*************************************************************
34* @brief Records that an error has occurred and we are overriding

Callers 3

ReceiveMessagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected