Lines Matching defs:er
501 static void ErrorInfo_Print(UString &s, const CArcErrorInfo &er)
503 UInt32 errorFlags = er.GetErrorFlags();
504 UInt32 warningFlags = er.GetWarningFlags();
509 if (!er.ErrorMessage.IsEmpty())
510 AddNewLineString(s, er.ErrorMessage);
520 if (!er.WarningMessage.IsEmpty())
524 s += er.WarningMessage;
543 const CArcErrorInfo &er = arc.ErrorInfo;
545 if (!er.IsThereErrorOrWarning() && er.ErrorFormatIndex < 0)
559 ErrorInfo_Print(s, er);
561 if (er.ErrorFormatIndex >= 0)
564 if (arc.FormatIndex == er.ErrorFormatIndex)
570 AddNewLineString(s, MyFormatNew(IDS_CANT_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(er.ErrorFormatIndex))));