Lines Matching defs:setError

452         return setError(E_FAIL, tr("The preferred locale is a two character string or empty."));
455 return setError(E_FAIL, tr("The preferred lanuage is a two character string or empty."));
460 return setError(E_FAIL, tr("The license format can only have the values 'html', 'rtf' and 'txt'."));
489 hrc = setError(E_FAIL, tr("%s"), m->strWhyUnusable.c_str());
512 hrc = setError(VBOX_E_IPRT_ERROR, tr("RTVfsFsStrmNext failed: %Rrc"), vrc);
514 hrc = setError(E_UNEXPECTED, tr("'%s' was found in the manifest but not in the tarball"), szName);
548 hrc = setError(VBOX_E_IPRT_ERROR,
553 hrc = setError(VBOX_E_IPRT_ERROR, tr("Failed to read '%s': %Rrc"), szName, vrc);
557 hrc = setError(E_OUTOFMEMORY, tr("Failed to allocate %zu bytes for '%s'"), cbFile, szName);
560 hrc = setError(VBOX_E_IPRT_ERROR, tr("RTVfsIoStrmQueryInfo on '%s': %Rrc"), szName, vrc);
572 hrc = setError(VBOX_E_OBJECT_NOT_FOUND, tr("%s"), szError);
575 hrc = setError(VBOX_E_OBJECT_NOT_FOUND, tr("The license file '%s' was not found in '%s'"),
625 hrc = setError(VBOX_E_IPRT_ERROR, tr("RTThreadCreate failed with %Rrc"), vrc);
636 hrc = setError(E_FAIL, "%s", m->strWhyUnusable.c_str());
820 hrc = setError(E_FAIL, tr("pfnUninstall returned %Rrc"), vrc);
1017 hrc = setError(E_FAIL, tr("The extension pack '%s' does not include a VRDE module"), m->Desc.strName.c_str());
1020 hrc = setError(E_FAIL, tr("%s"), m->strWhyUnusable.c_str());
1042 hrc = setError(E_FAIL, tr("Failed to locate the VRDE module '%s' in extension pack '%s'"),
1065 hrc = setError(E_FAIL, tr("Failed to locate the module '%s' in extension pack '%s'"),
1715 return setError(E_FAIL, tr("The preferred locale is a two character string or empty."));
1718 return setError(E_FAIL, tr("The preferred lanuage is a two character string or empty."));
1723 return setError(E_FAIL, tr("The license format can only have the values 'html', 'rtf' and 'txt'."));
1748 hrc = setError(E_FAIL, tr("%s"), m->strWhyUnusable.c_str());
1767 hrc = setError(VBOX_E_IPRT_ERROR, tr("The license file '%s' is empty or contains invalid UTF-8 encoding"),
1772 hrc = setError(VBOX_E_OBJECT_NOT_FOUND, tr("The license file '%s' was not found in extension pack '%s'"),
1775 hrc = setError(VBOX_E_FILE_ERROR, tr("Failed to open the license file '%s': %Rrc"), szPath, vrc);
1778 hrc = setError(VBOX_E_IPRT_ERROR, tr("RTPathJoin failed: %Rrc"), vrc);
2060 hrc = setError(VBOX_E_IPRT_ERROR, tr("RTThreadCreate failed with %Rrc"), vrc);
2319 hrc = setError(E_FAIL, tr("The installer failed with exit code %d: %s"),
2323 hrc = setError(E_UNEXPECTED, tr("The installer was killed by signal #d (stderr: %s)"),
2326 hrc = setError(E_UNEXPECTED, tr("The installer aborted abnormally (stderr: %s)"),
2329 hrc = setError(E_UNEXPECTED, tr("internal error: enmReason=%d iStatus=%d stderr='%s'"),
2335 hrc = setError(VBOX_E_IPRT_ERROR, tr("Failed to launch the helper application '%s' (%Rrc)"), szExecName, vrc);
2444 return setError(E_FAIL, "Invalid extension pack name specified");
2521 hrc = setError(E_FAIL, "%s", pExtPack->m->strWhyUnusable.c_str());
2584 hrc = setError(E_FAIL,
2630 hrc = setError(E_FAIL, tr("The installation hook failed: %Rrc - %s"),
2635 hrc = setError(E_FAIL, tr("Installing extension pack '%s' failed under mysterious circumstances"),
2742 hrc = setError(E_FAIL,
2942 hrc = setError(VBOX_E_OBJECT_NOT_FOUND, tr("No extension pack by the name '%s' was found"), a_pstrExtPack->c_str());
2971 hrc = setError(VBOX_E_OBJECT_NOT_FOUND, tr("No extension pack by the name '%s' was found"),
3000 hrc = setError(VBOX_E_OBJECT_NOT_FOUND, tr("No extension pack by the name '%s' was found"), a_pstrExtPack->c_str());