All errors

network_error

The target page could not be reached.

target networkHTTP 500retryablenever billed

Common causes

  • · The host resolves to a private, loopback or link-local address.
  • · The port is outside the allowed set.
  • · The target refused the connection.

What to do

  • · Confirm the URL is reachable from the public internet.
  • · Private networks are never reachable from the capture pool — by design.
  • · Retry: transient network failures are retryable and never billed.

Response shape

HTTP 500
{
  "is_successful": false,
  "error_code": "network_error",
  "error_message": "The target page could not be reached.",
  "documentation_url": "https://api.pagecapture.dev/docs/errors/network_error",
  "request_id": "req_01..."
}