Versions Compared

Key

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

Video API error messages.

Video processing may result in errors. Verity also checks for issues such as:

  • Unreachable videos.

  • Invalid videos.

  • Domain name change to a different top-level domain upon rendering (causes the video to be considered invalid).
    Note: Videos that are redirected within the same top-level domain (e.g. from www.google.com to m.google.com) are valid and will be processed.

Example error messages are as follows:

Table of Contents

Example Error

Code Block
languagejson
{
  "uuid": "123e4567-e89b-12d3-a456-426655440000",
  "status":  "ERROR", 
  "url": "http://gg.error/1"
}

Example Not Supported Request

Code Block
languagejson
{
  "status":  "NOT_SUPPORTED", 
  "uuid": "123e4567-e89b-12d3-a456-426655440000",
  "url": "://gg.invalid/1"
}

Example Invalid Request

Code Block
{
  "status":  "INVALID",
  "url": "://gg.invalid/1"
}

...