Home
last modified time | relevance | path

Searched refs:AssetError (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/functional/qemu_test/
H A Dasset.py20 class AssetError(Exception): class
62 raise AssetError(self, "unknown hash type")
122 raise AssetError(self,
167 raise AssetError(self, "Unable to download: "
176 raise AssetError(self, "Unable to download: URL error %s" %
180 raise AssetError(self, "Unable to download: %s" % e)
183 raise AssetError(self, "Download retries exceeded", transient=True)
197 raise AssetError(self, "Hash does not match %s" % self.hash)
219 except AssetError as e: