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.py21 class AssetError(Exception):
63 raise AssetError(self, "unknown hash type")
138 raise AssetError(self,
183 raise AssetError(self, "Unable to download: "
192 raise AssetError(self, "Unable to download: URL error %s" %
203 raise AssetError(self, "Unable to download: %s" % e,
207 raise AssetError(self, "Download retries exceeded", transient=True)
220 raise AssetError(self, "Hash does not match %s" % self.hash)
243 except AssetError as e:
20 class AssetError(Exception): global() class