err=errors.New("Was not able to read the needed content: "+contError.Error())
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameREAD,`Was not able to read the needed content.`,contError.Error(),path)
err=errors.New("Was not able to detect the MIME type: "+typeError.Error())
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameANALYSIS,`Was not able to detect the MIME type for the file.`,path,typeError.Error())
err=errors.New("Was not able to write the data to the net: "+writeError.Error())
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityCritical,LM.ImpactCritical,LM.MessageNameWRITE,`Was not able to write the file to the browser.`,path,writeError.Error())