* @brief Records that an error has occurred *************************************************************/
| 26 | * @brief Records that an error has occurred |
| 27 | *************************************************************/ |
| 28 | void 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 |
no outgoing calls
no test coverage detected