Lines Matching refs:reason
1865 def __build_verify_error(self, error, path, reason):
1867 and a 'reason' dictionary containing more information about
1870 (error_code, message, path, reason)
1876 hsh = reason.get("fname")
1877 pfmri = reason.get("pkg")
1888 reason["fpath"] = fpath
1892 reason["fpath"] = fpath
1897 reason["hash"])
1898 del reason["hash"]
1901 reason["err"] = _("Use pkglint(1) for more details.")
1903 message = _("Missing file: {0}").format(reason["fname"])
1904 del reason["fname"]
1909 reason["err"])
1910 del reason["err"]
1921 reason["err"] = \
1931 "permissions is shown.").format(reason["pub"])
1932 del reason["pub"]
1938 return error, path, message, reason
2332 (error_code, path, message, reason) where
2337 'reason' a dictionary of strings containing more detail
2400 (status_code, fmri, message, reason) where
2405 'reason' a dictionary of strings describing the operation
2424 for error, path, message, reason in self.verify(pub=pub,
2429 message, reason))
2434 fmri = reason.get("pkg")
2502 reason = {"dest": dest, "pkg": fmri}
2511 yield(status, path, message, reason)
3708 reason = {"pkg": fmri, "depend":depend, "type":depType}
3709 return (REPO_VERIFY_DEPENDERROR, None, message, reason)
4075 arguments, progtrack, error_code, message, reason, which