Expand description
Error types — 1:1 port of sdk/go/errors.go + crawler.go::parseAPIError.
Structs§
- ApiError
- Structured API error envelope — the JSON shape returned by Scrapfly when
a call fails (both
/scrape{result: {error: ...}}envelopes and the generic{message, code, error_id, http_code}shape).
Enums§
- Scrapfly
Error - All errors raised by
scrapfly-sdk.
Functions§
- from_
response - Build a
ScrapflyErrorfrom a non-2xx HTTP response.