Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

Status messages returned by the page API.

Status Message

Description

INITIATED

Once Verity has checked that the URL is properly formed and does not already exist in the database, the request is passed to the Verity classification systems and the status updates to INITIATED.

PROCESSING

The Verity classification system is processing the text and images on the specified page.

ERROR

Page processing has been attempted and failed. The page URL is recorded in the Error Cache for 1 hour.

If another request to process the same URL is received within 1 hour, Verity will return an Error status (unless the ignoreCache flag is enabled).

After 1 hour, the ERROR status is cleared and Verity will process a new request for the URL. 

Several different conditions may result in an ERROR status message:

  • Unreachable page.

  • A processing module has returned a value other than a success status code.

NOT_SUPPORTED

The language of the page is not supported (see

What languages does Verity support?

Language Support Grid ). This status message may also be returned if Verity is unable to process the requested website.

PROCESSED

The URL has been processed and the Verity analysis JSON is available. The analysis results have been stored.

INVALID

The HTTP URL request may be malformed, for example:

  • Incomplete URL.

  • Missing HTTP header.

  • Invalid domain-specific information.