Scrape SDK
Concepts

Errors

Typed errors the client throws.

View Markdown
ClassWhen
InvalidUrlErrorNot http: / https:
RateLimitError429 / plan limits
AuthError401 / 403
TimeoutErrorAbort after timeoutMs
CapabilityErrorNo provider supports the operation
AllProvidersFailedErrorEvery candidate failed; .errors has the chain
import { AllProvidersFailedError, CapabilityError } from "scrape-sdk";