ERR::SCRAPE::GRAPHQL_QUERY_ERROR
Bad GraphQL Query, please read the associated message to figure out what wrong. See all errors
- Retryable: No
- HTTP status code: 400
Related Documentation
Error Response Structure Example
{
"config": { ... },
"context": { ... },
"result": {
[...],
"status": "DONE",
"success": false,
"reason": null,
"error": {
"http_code": 400,
"code": "ERR::SCRAPE::GRAPHQL_QUERY_ERROR",
"description": "Bad GraphQL Query, please read the associated message to figure out what wrong",
"error_id": "9993a546-b899-4927-b788-04f5c4e473d5",
"message": "Useful hint with details about your error",
"scrape_id": "7c61352c-f1a7-4ea6-a0b8-198d7ac6fe1a",
"retryable": false,
"doc_url": "https://scrapfly.local/docs/scrape-api/error/ERR::SCRAPE::GRAPHQL_QUERY_ERROR"
},
[...],
}
}