Lines Matching refs:error
511 CCodecError &error = Errors.AddNew();
512 error.Path = path;
513 error.ErrorCode = res;
582 CCodecError &error = Errors.AddNew();
583 error.Path = dllPath;
584 error.Message = "cannot load file as datafile library";
585 error.ErrorCode = HRESULT_FROM_WIN32(lastError);
604 CCodecError &error = Errors.AddNew();
605 error.Path = dllPath;
606 error.Message = "the module is not compatible with program";
626 CCodecError &error = Errors.AddNew();
627 error.Path = dllPath;
628 error.ErrorCode = res;
677 CCodecError &error = Errors.AddNew();
678 error.Path = dllPath;
679 error.ErrorCode = res;
686 CCodecError &error = Errors.AddNew();
687 error.Path = dllPath;
688 error.Message = "no 7-Zip code";