Versions Compared

Key

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

March 03, 2023

Welcome to the latest Verity product update from GumGum!

Contents

Table of Contents
minLevel2
maxLevel2

...

New error codes are being introduced to the Verity API. These error codes are derived from HTTP status codes received by Page Content Extractor when it attempts to download web pages and are meant to provide clearer reasons for failures.

Please Note: These status codes are not returned through a callback and the only way to access them is on a subsequent request to Verity API.

Error Code

Description

PAGE_CONTENT_EXTRACTION_FAILED_WITH_403_FORBIDDEN

This error codes indicates that Indicates a website has blocked our web crawler from downloading content.

PAGE_CONTENT_EXTRACTION_FAILED_WITH_404_NOT_FOUND

This error codes indicates that Indicates Verity’s web crawler was not able to locate any content for the provided url.

PAGE_CONTENT_EXTRACTION_FAILED_WITH_500_INTERNAL_SERVER_ERROR

This error code indicates that Indicates there was an unknown issue received from the webpage when an attempt to crawl was made. Note that PCE attempts up to three times to extract web content.

PAGE_CONTENT_EXTRACTION_FAILED_WITH_4XX

This error codes indicates Indicates a generic 4XX response was received during a crawl attempt by PCE.

PAGE_CONTENT_EXTRACTION_FAILED_WITH_5XX

This error codes indications Indicates a generic 5XX response was received during a crawl attempt by PCE.

Refer to the Verity Documentation Center for more information.

...

We'd love to hear from you! Hit us up in Slack or email verity-support@gumgum.com with any questions or feedback.