PROXY
ERR::PROXY::POOL_NOT_AVAILABLE_FOR_TARGET
The desired proxy pool is not available for the given domain - mostly well known protected domain which require at least residential networks
PROXY
ERR::PROXY::RESOURCES_SATURATION
Proxy are saturated for the desired country, you can try on other countries. They will come back as soon as possible
PROXY
ERR::PROXY::UNAVAILABLE
Proxy is unavailable - The domain (mainly gov website) is restricted, You are using session feature and the proxy is unreachable at the moment
SCRAPER
ERR::SESSION::CONCURRENT_ACCESS
Concurrent access to the session has been tried. If your spider run on distributed architecture, check if the correlation id is correctly configured
THROTTLER
ERR::THROTTLE::MAX_API_CREDIT_BUDGET_EXCEEDED
Your scrape request has been throttled. API Credit Budget reached. If it's not expected, please check your throttle configuration for the given project and env.
THROTTLER
ERR::THROTTLE::MAX_CONCURRENT_REQUEST_EXCEEDED
Your scrape request has been throttled. Too many concurrent access to the upstream. If it's not expected, please check your throttle configuration for the given project and env.
THROTTLER
ERR::THROTTLE::MAX_REQUEST_RATE_EXCEEDED
Your scrape request as been throttle. Too much request during the 1m window. If it's not expected, please check your throttle configuration for the given project and env
WEBHOOK
ERR::WEBHOOK::DISABLED
Given webhook is disabled, please check out your webhook configuration for the current project / env