Lines Matching refs:errors
102 """Returns a tuple of lists of the form (errors, warnings,
110 lstat, errors, warnings, info, abort = \
113 assert errors
114 return errors, warnings, info
122 errors.append(_("Target '{0}' does not exist").format(
126 if errors:
127 return errors, warnings, info
131 errors.append(_("Broken: Path and Target ({0}) "
135 errors.append(_("Unexpected Error: {0}").format(e))
137 return errors, warnings, info