Lines Matching refs:errors
222 """Returns a tuple of lists of the form (errors, warnings,
226 errors = []
233 return errors, warnings, info
241 errors.append(_("Skipping: Permission denied"))
243 errors.append(_("Unexpected Error: {0}").format(e))
244 return errors, warnings, info
246 errors.append(_("{group} is an unknown or invalid group").format(
248 return errors, warnings, info
303 errors.extend(
310 return errors, warnings, info