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:

...

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"
}

...