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