Home | History | Annotate | Download | only in Console

Lines Matching refs:er

57     const CArcErrorInfo &er = arc.ErrorInfo;

59 UInt32 errorFlags = er.GetErrorFlags();
61 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty())
76 if (!er.ErrorMessage.IsEmpty())
79 *_se << "ERRORS:" << endl << er.ErrorMessage << endl;
89 UInt32 warningFlags = er.GetWarningFlags();
91 if (warningFlags != 0 || !er.WarningMessage.IsEmpty())
106 if (!er.WarningMessage.IsEmpty())
109 *_so << "WARNINGS:" << endl << er.WarningMessage << endl;
121 if (er.ErrorFormatIndex >= 0)