Home
last modified time | relevance | path

Searched refs:ResponseError (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
Dexception.py8 newclass = globals().get(error.error_code, ResponseError)
14 class ResponseError(BotoServerError): class
32 class RetriableResponseError(ResponseError):
51 class AmountOutOfRange(ResponseError):
67 class DuplicateRequest(ResponseError):
73 class InactiveInstrument(ResponseError):
78 class IncompatibleTokens(ResponseError):
84 class InstrumentAccessDenied(ResponseError):
90 class InstrumentExpired(ResponseError):
127 class InvalidCallerReference(ResponseError):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dexception.py29 supplied = self.find_element(server.error_code, '', ResponseError)
34 class ResponseError(BotoServerError): class
51 class RetriableResponseError(ResponseError):
55 class InvalidParameterValue(ResponseError):
61 class InvalidParameter(ResponseError):
67 class InvalidAddress(ResponseError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/
Dtest_connection.py107 with self.assertRaisesRegexp(self.service_connection.ResponseError,
187 with self.assertRaises(self.service_connection.ResponseError):
212 with self.assertRaises(self.service_connection.ResponseError):
235 with self.assertRaises(self.service_connection.ResponseError):
258 with self.assertRaises(self.service_connection.ResponseError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
Dlayer1.py65 ResponseError = JSONResponseError variable in ConfigServiceConnection
378 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
Dlayer1.py62 ResponseError = JSONResponseError variable in CloudTrailConnection
372 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dlayer1.py145 ResponseError = JSONResponseError variable in DynamoDBConnection
2851 exception_class = self._faults.get(fault_name, self.ResponseError)
2884 raise self.ResponseError(response.status, response.reason,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/logs/
Dlayer1.py84 ResponseError = JSONResponseError variable in CloudWatchLogsConnection
574 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/
Dlayer1.py40 ResponseError = JSONResponseError variable in Route53DomainsConnection
865 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/
Dlayer1.py40 ResponseError = JSONResponseError variable in CloudHSMConnection
445 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/
Dlayer1.py64 ResponseError = JSONResponseError variable in CognitoIdentityConnection
547 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/
Dlayer1.py45 ResponseError = JSONResponseError variable in AWSLambdaConnection
516 error_class = self._faults.get(error_type, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
Dlayer1.py61 ResponseError = JSONResponseError variable in DirectConnectConnection
625 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
Dlayer1.py76 ResponseError = JSONResponseError variable in DataPipelineConnection
637 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/sync/
Dlayer1.py51 ResponseError = JSONResponseError variable in CognitoSyncConnection
493 error_class = self._faults.get(error_type, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sns/
Dtest_connection.py61 with self.assertRaises(self.connection.ResponseError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/
Dlayer1.py45 ResponseError = JSONResponseError variable in KinesisConnection
872 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/
Dlayer1.py95 ResponseError = JSONResponseError variable in SupportConnection
672 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dconnection.py1084 ResponseError = BotoServerError variable in AWSQueryConnection
1175 raise self.ResponseError(response.status, response.reason, body)
1186 raise self.ResponseError(response.status, response.reason, body)
1197 raise self.ResponseError(response.status, response.reason, body)
1208 raise self.ResponseError(response.status, response.reason, body)
1218 raise self.ResponseError(response.status, response.reason, body)
1227 raise self.ResponseError(response.status, response.reason, body)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
Dconnection.py36 ResponseError = BotoServerError variable in SESConnection
174 ExceptionToRaise = self.ResponseError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/
Dlayer1.py37 ResponseError = JSONResponseError variable in ElasticTranscoderConnection
931 error_class = self._faults.get(error_type, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/
Dlayer1.py52 ResponseError = JSONResponseError variable in EC2ContainerServiceConnection
746 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
Dlayer1.py48 ResponseError = JSONResponseError variable in CloudSearchConnection
781 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
Dlayer1.py68 ResponseError = SWFResponseError variable in Layer1
144 excp_cls = self._fault_excp.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
Dlayer1.py98 ResponseError = JSONResponseError variable in CodeDeployConnection
896 exception_class = self._faults.get(fault_name, self.ResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dlayer1.py69 ResponseError = DynamoDBResponseError variable in Layer1
158 raise self.ResponseError(response.status, response.reason,

12