Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactUnknown,LM.MessageNameNETWORK,`Was not able to send the ICCC message.`,err.Error())
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactUnknown,LM.MessageNameNETWORK,`Was not able to read the ICCC answer.`,err.Error())
// Case: Was not able to parse the answer to values.
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactUnknown,LM.MessageNameNETWORK,`Was not able to parse the answer to values.`,errObj.Error())