Home
last modified time | relevance | path

Searched refs:BotoClientError (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dexceptions.py4 from boto.exception import BotoServerError, BotoClientError
16 class DynamoDBKeyNotFoundError(BotoClientError):
24 class DynamoDBItemError(BotoClientError):
32 class DynamoDBNumberError(BotoClientError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dkeypair.py28 from boto.exception import BotoClientError
83 raise BotoClientError('%s already exists, it will not be overwritten' % file_path)
90 raise BotoClientError('KeyPair contains no material')
107 raise BotoClientError('Unable to copy to the same Region')
Dnetworkinterface.py26 from boto.exception import BotoClientError
314 raise BotoClientError(
321 raise BotoClientError(
Dplacementgroup.py25 from boto.exception import BotoClientError
Dsecuritygroup.py27 from boto.exception import BotoClientError
268 raise BotoClientError('Unable to copy to the same Region')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py37 class BotoClientError(StandardError): class
42 super(BotoClientError, self).__init__(reason, *args)
56 class StoragePermissionsError(BotoClientError):
275 class SQSDecodeError(BotoClientError):
426 class AWSConnectionError(BotoClientError):
433 class StorageDataError(BotoClientError):
Dregioninfo.py27 from boto.exception import BotoClientError
128 raise BotoClientError(
Dconnection.py66 from boto.exception import BotoClientError
488 raise BotoClientError(
1033 raise BotoClientError(msg)
Dstorage_uri.py28 from boto.exception import BotoClientError
57 raise BotoClientError('Attempt to instantiate abstract StorageUri '
Dauth.py44 from boto.exception import BotoClientError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_networkinterface.py26 from boto.exception import BotoClientError
229 with self.assertRaises(BotoClientError):
237 with self.assertRaises(BotoClientError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/
Dkey.py76 raise BotoClientError('Stream is not readable')
122 raise BotoClientError('Stream is not writable')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
Dtest_storage_uri.py31 from boto.exception import BotoClientError
158 except BotoClientError as err:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_bucket.py8 from boto.exception import BotoClientError
195 with self.assertRaises(BotoClientError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dkey.py28 from boto.exception import BotoClientError
496 raise BotoClientError(
922 raise BotoClientError(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dconnection.py37 from boto.exception import BotoClientError, S3ResponseError
59 raise BotoClientError("Bucket names cannot contain upper-case " \
157 class HostRequiredError(BotoClientError):
Dkey.py36 from boto.exception import BotoClientError
336 raise BotoClientError('Not Implemented')
349 raise BotoClientError('Invalid mode: %s' % mode)
439 raise BotoClientError('Invalid storage class: %s' %
1094 raise BotoClientError('%s does not support chunked transfer'
1099 raise BotoClientError('Cannot determine the destination '
Dbucket.py27 from boto.exception import BotoClientError
176 raise BotoClientError(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
Dawsqueryrequest.py74 class RequiredParamError(boto.exception.BotoClientError):
81 class EncoderError(boto.exception.BotoClientError):
87 class FilterError(boto.exception.BotoClientError):
Dawsqueryservice.py10 class NoCredentialsError(boto.exception.BotoClientError):