Searched defs:stringifyErrorInfo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py335 def stringifyErrorInfo(self): member in class:ProgressWrapper
345 sErr = vbox.stringifyErrorInfo(oErrInfo);
360 sRet = 'Progress %s: Failed! %s' % (self.sName, self.stringifyErrorInfo());
H A Dvbox.py145 def stringifyErrorInfo(oErrInfo): function
175 return reporter.error(stringifyErrorInfo(oErrObj));

Completed in 47 milliseconds