menu
sloth_link_crawler package
documentation
extensions/crawler_retry_policy.dart
CrawlerRetryPoliciy
shouldAttemptRetryOnException method
shouldAttemptRetryOnException method
dark_mode
light_mode
shouldAttemptRetryOnException
method
@
override
bool
shouldAttemptRetryOnException
(
Exception
reason
)
override
Implementation
@override bool shouldAttemptRetryOnException(Exception reason) { print(reason); return false; }
sloth_link_crawler package
documentation
extensions/crawler_retry_policy
CrawlerRetryPoliciy
shouldAttemptRetryOnException method
CrawlerRetryPoliciy class