MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / APIError

Class APIError

backend/app/services/scraping_service_enhanced.py:30–32  ·  view source on GitHub ↗

API-related errors (500, 503, etc.).

Source from the content-addressed store, hash-verified

28
29
30class APIError(ScrapingError):
31 """API-related errors (500, 503, etc.)."""
32 pass
33
34
35class RateLimitError(ScrapingError):

Callers 2

smart_scraperMethod · 0.85
search_urlsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected