Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dcors.py24 from boto.exception import InvalidCorsError
74 raise InvalidCorsError('Invalid tag %s at parse level %d: ' %
93 raise InvalidCorsError('Tag %s found outside collection' % name)
96 raise InvalidCorsError('Tag %s not allowed in %s collection' %
100 raise InvalidCorsError('Unsupported tag ' + name)
117 raise InvalidCorsError('Mismatched start and end tags (%s/%s)' %
134 raise InvalidCorsError('Tag %s found outside collection' % name)
137 raise InvalidCorsError('Tag %s not allowed in %s collection' %
140 raise InvalidCorsError('Mismatched start and end tags (%s/%s)' %
147 raise InvalidCorsError('Unsupported end tag ' + name)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py470 class InvalidCorsError(Exception): class
474 super(InvalidCorsError, self).__init__(message)