Lines Matching defs:er
609 const CArcErrorInfo &er = arc.ErrorInfo;
614 if (arc.FormatIndex == er.ErrorFormatIndex)
621 Add_Messsage_Pre_ArcType(s, "Cannot open the file", codecs->GetFormatNamePtr(er.ErrorFormatIndex));
648 const CArcErrorInfo &er = arc.ErrorInfo;
650 UInt32 errorFlags = er.GetErrorFlags();
652 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty())
672 if (!er.ErrorMessage.IsEmpty())
675 *_se << "ERRORS:" << endl << er.ErrorMessage << endl;
687 UInt32 warningFlags = er.GetWarningFlags();
689 if (warningFlags != 0 || !er.WarningMessage.IsEmpty())
709 if (!er.WarningMessage.IsEmpty())
712 *_so << "WARNINGS:" << endl << er.WarningMessage << endl;
726 if (er.ErrorFormatIndex >= 0)