UrlContextResult

The result of the URL context.

Fields
url string

The URL that was fetched.

status enum (Status)

The status of the URL retrieval.

JSON representation
{
  "url": string,
  "status": enum (Status)
}

Status

The status of the URL retrieval.

Enums
STATUS_UNSPECIFIED Unspecified status. This value should not be used.
SUCCESS url retrieval is successful.
ERROR url retrieval is failed due to error.
PAYWALL url retrieval is failed because the content is behind paywall.
UNSAFE url retrieval is failed because the content is unsafe.