Versions Compared

Key

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

Verity's current processing status for the requested URL.

...

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

If another request to process the same URL is received within 24 hours, Verity will return an Error status.

After 24 hours, 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.
  • Invalid page.
  • Domain name change upon rendering (causes the page to be considered invalid).
  • One of the processing modules has returned a value other than a success status code.

...

The HTTP URL request may be malformed, for example:

  • Incomplete URL.
  • Missing HTTP header.
  • Invalid domain-specific information.

Invalid requests are not cached, however Verity maintains a count of invalid page requests.

...

GumGum Internal use only.


Include Page
Page Application Status Messages
Page Application Status Messages


Syntax

An enumeration of:

INITIATED
PROCESSING
PROCESSED
INSUFFICIENT_CONTENT
NOT_SUPPORTED
ERROR
INVALID

Example


Div
stylefont-size: small;


Code Block
{
  "dataAvailable": false,
  "status": "INITIATED",
  "pageUrl": "https://aragonresearch.com/cisco-google-and-zoom-enhance-free-meetings-to-assist-with-coronavirus/",
  "uuid": "deb59fc2-b8ef-4dbe-ab64-6a1950a45a76"
}



Data TypeString
RequiredYes

...