Package ai.webscraping.exception
package ai.webscraping.exception
-
Exception ClassesClassDescriptionTransport-level failure (DNS, TCP, TLS, etc.) — no HTTP response was received and the cause is not a timeout.Thrown when the API returns a non-2xx HTTP response.The request did not receive a complete response within the configured timeout (no HTTP status was observed).HTTP 403 — missing or invalid API key.HTTP 400 — malformed request.HTTP 504 — target page took too long to respond.HTTP 402 — account out of credits.HTTP 429 — too many concurrent requests.HTTP 500 — server-side error (often a target-page failure surfaced via
body).Base unchecked exception for everything thrown by the WebScraping.AI SDK.