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

/pkg/src/modules/client/
H A Dhistory.py82 # Cross-reference table for errors and results. Entries should be ordered
126 h.errors = [copy.copy(e) for e in self.errors]
130 if name not in ("result", "errors", "be", "be_uuid",
163 self.new_be_uuid, self.snapshot, self.release_notes, self.errors)
177 errors = None variable
208 self.errors = []
545 op.errors.extend(get_node_values("errors", child_name="error"))
663 errors
[all...]
H A Dapi_errors.py196 """Base exception class for plan preparation errors."""
204 def __init__(self, errors):
205 """'errors' should be a list of exceptions or strings
206 indicating what packages had errors and why."""
209 self.errors = errors
214 "{0}").format("\n".join(str(e) for e in self.errors))
218 """Used to indicate that license-related errors occurred during
233 to license-related errors for a package."""
235 def __init__(self, errors)
243 def errors(self): member in class:PkgLicenseErrors
262 def errors(self): member in class:PlanLicenseErrors
[all...]

Completed in 30 milliseconds