Home
last modified time | relevance | path

Searched refs:SQSError (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dcq26 from boto.exception import SQSError
68 except SQSError, e:
76 except SQSError, e:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py249 class SQSError(BotoServerError): class
256 super(SQSError, self).__init__(status, reason, body)
259 return super(SQSError, self).startElement(name, attrs, connection)
267 return super(SQSError, self).endElement(name, value, connection)
270 super(SQSError, self)._cleanupParsedProperties()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
Dconnection.py29 from boto.exception import SQSError, BotoServerError
41 ResponseError = SQSError
463 except SQSError:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
Dtest_bigmessage.py34 from boto.exception import SQSError
Dtest_connection.py34 from boto.exception import SQSError
53 except SQSError: