Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Djob.py26 from boto.glacier.exceptions import TreeHashDoesNotMatchError, \
94 raise TreeHashDoesNotMatchError(
156 raise TreeHashDoesNotMatchError(
Dconcurrent.py35 TreeHashDoesNotMatchError
346 raise TreeHashDoesNotMatchError(
421 raise TreeHashDoesNotMatchError(
Dexceptions.py57 class TreeHashDoesNotMatchError(ArchiveError): class
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
Dtest_job.py28 from boto.glacier.exceptions import TreeHashDoesNotMatchError
52 with self.assertRaises(TreeHashDoesNotMatchError):