Variable ScraperErrorTypesConst
ScraperErrorTypes: {
AuthenticationRequired: "AuthenticationRequired";
AuthenticationFailed: "AuthenticationFailed";
UnsupportedAuthSite: "UnsupportedAuthSite";
NoRecipeFoundError: "NoRecipeFoundError";
FetchError: "FetchError";
NoSchemaFoundInWildMode: "NoSchemaFoundInWildMode";
WebsiteNotImplementedError: "WebsiteNotImplementedError";
ConnectionError: "ConnectionError";
HTTPError: "HTTPError";
URLError: "URLError";
Timeout: "timeout";
UnsupportedPlatform: "UnsupportedPlatform";
} = ...
Type Declaration
ReadonlyAuthenticationRequired: "AuthenticationRequired"
ReadonlyAuthenticationFailed: "AuthenticationFailed"
ReadonlyUnsupportedAuthSite: "UnsupportedAuthSite"
ReadonlyNoRecipeFoundError: "NoRecipeFoundError"
ReadonlyFetchError: "FetchError"
ReadonlyNoSchemaFoundInWildMode: "NoSchemaFoundInWildMode"
ReadonlyWebsiteNotImplementedError: "WebsiteNotImplementedError"
ReadonlyConnectionError: "ConnectionError"
ReadonlyHTTPError: "HTTPError"
ReadonlyURLError: "URLError"
ReadonlyTimeout: "timeout"
Known error types returned by the scraper.