Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dautoupdater.py98 class _AttributedUpdateError(error.TestFail): class
102 super(_AttributedUpdateError, self).__init__(
122 class HostUpdateError(_AttributedUpdateError):
143 class DevServerError(_AttributedUpdateError):
158 class ImageInstallError(_AttributedUpdateError):
175 class NewBuildUpdateError(_AttributedUpdateError):
251 if isinstance(exception, _AttributedUpdateError):
995 except _AttributedUpdateError:
1003 except _AttributedUpdateError:
1012 except _AttributedUpdateError:
Dautoupdater_unittest.py15 class _StubUpdateError(autoupdater._AttributedUpdateError):