Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
class
DownloadCancelledError(Exception):
75
""
"Indicates that a request download was cancelled."
""
76
77
78
class
DownloadFailedError(Exception):
Callers
4
wrap_twisted_exceptions
Function · 0.90
_cancel_maxsize
Method · 0.90
_cb_bodyready
Method · 0.90
close
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected