MCPcopy
hub / github.com/scrapy/scrapy / DownloadCancelledError

Class DownloadCancelledError

scrapy/exceptions.py:74–75  ·  view source on GitHub ↗

Indicates that a request download was cancelled.

Source from the content-addressed store, hash-verified

72
73
74class DownloadCancelledError(Exception):
75 """Indicates that a request download was cancelled."""
76
77
78class DownloadFailedError(Exception):

Callers 4

wrap_twisted_exceptionsFunction · 0.90
_cancel_maxsizeMethod · 0.90
_cb_bodyreadyMethod · 0.90
closeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected