Home
last modified time | relevance | path

Searched refs:_get_reason (Results 1 – 6 of 6) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
Derrors.py47 def _get_reason(self): member in HttpError
70 reason = self._get_reason()
82 self._get_reason().strip(),
85 return '<HttpError %s "%s">' % (self.resp.status, self._get_reason())
/external/python/google-api-python-client/samples/analytics/
Dhello_analytics_api_v3.py77 (error.resp.status, error._get_reason())))
Dcore_reporting_v3_reference.py95 (error.resp.status, error._get_reason())))
Dmanagement_v3_reference.py82 (error.resp.status, error._get_reason())))
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt160 googleapiclient.errors.HttpError._get_reason googleapiclient.errors.HttpError-class.html#_get_reason
166 googleapiclient.errors.HttpError._get_reason googleapiclient.errors.HttpError-class.html#_get_reason
175 googleapiclient.errors.HttpError._get_reason googleapiclient.errors.HttpError-class.html#_get_reason
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dcompute.py213 reason = error._get_reason()