Lines Matching defs:er
60 const CArcErrorInfo &er = arc.ErrorInfo;
62 UInt32 errorFlags = er.GetErrorFlags();
64 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty())
79 if (!er.ErrorMessage.IsEmpty())
82 *_se << "ERRORS:" << endl << er.ErrorMessage << endl;
92 UInt32 warningFlags = er.GetWarningFlags();
94 if (warningFlags != 0 || !er.WarningMessage.IsEmpty())
109 if (!er.WarningMessage.IsEmpty())
112 *_so << "WARNINGS:" << endl << er.WarningMessage << endl;
124 if (er.ErrorFormatIndex >= 0)