Searched refs:AssetError (Results 1 – 1 of 1) sorted by relevance
20 class AssetError(Exception): class62 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: