Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser_credentials.py16 class CredentialsError(Exception): class
44 raise CredentialsError(
52 raise CredentialsError(
58 raise CredentialsError(
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub_unittest.py221 self.cloud_storage.CredentialsError, self.cloud_storage.Get,
225 self.cloud_storage.CredentialsError, self.cloud_storage.GetIfChanged,
229 self.cloud_storage.CredentialsError, self.cloud_storage.List,
232 self.cloud_storage.CredentialsError, self.cloud_storage.Exists,
235 self.cloud_storage.CredentialsError, self.cloud_storage.Insert,
Dstory_set_smoke_test.py68 except browser_credentials.CredentialsError:
Dsystem_stub.py142 class CredentialsError(CloudStorageError): class in CloudStorageModuleStub
163 raise CloudStorageModuleStub.CredentialsError()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py85 class CredentialsError(CloudStorageError): class
88 super(CredentialsError, self).__init__(
163 return CredentialsError()
Dcloud_storage_unittest.py69 self._AssertRunCommandRaisesError(strs, cloud_storage.CredentialsError)
281 cloud_storage.CredentialsError)
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dcloud_storage_info_unittest.py219 cs_get_mock.side_effect = cloud_storage.CredentialsError
220 self.assertRaises(cloud_storage.CredentialsError,
Ddependency_manager_unittest.py466 cs_path_mock.side_effect = cloud_storage.CredentialsError
467 self.assertRaises(cloud_storage.CredentialsError,
/external/chromium-trace/catapult/telemetry/
Dcloud_storage42 except (cloud_storage.PermissionError, cloud_storage.CredentialsError):
/external/chromium-trace/catapult/telemetry/telemetry/wpr/
Darchive_info.py87 except (cloud_storage.CredentialsError, cloud_storage.PermissionError):