Searched refs:_get_reason (Results 1 – 6 of 6) sorted by relevance
47 def _get_reason(self): member in HttpError70 reason = self._get_reason()82 self._get_reason().strip(),85 return '<HttpError %s "%s">' % (self.resp.status, self._get_reason())
77 (error.resp.status, error._get_reason())))
95 (error.resp.status, error._get_reason())))
82 (error.resp.status, error._get_reason())))
160 googleapiclient.errors.HttpError._get_reason googleapiclient.errors.HttpError-class.html#_get_reason166 googleapiclient.errors.HttpError._get_reason googleapiclient.errors.HttpError-class.html#_get_reason175 googleapiclient.errors.HttpError._get_reason googleapiclient.errors.HttpError-class.html#_get_reason
213 reason = error._get_reason()