Unable to render embedded object: File (GG_Primary_Logo_b&w.png) not found.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Indicates that an error occurred. When present, you can assume that a classification failed.


Syntax
{
    "errors": [
        {
            "reason": "<HTTP Response Code>"
        }
    ]
}
Example
{
    "errors": [
        {
            "reason": "URL_MUST_NOT_BE_EMPTY"
        }
    ]
}
Data TypeArray of Objects
RequiredNo
  • No labels