def _onRequestBodyError(self, failure):
if self._canceled:
Log.d("Auth Request canceled")
return
if isinstance(failure.value, PartialDownloadError):
self._onRequestBodyReady(failure.value.response)
else:
self._onError(self.ERROR_AUTH_REQUEST, str(failure))
评论列表
文章目录