Error

Standard Google API error response.

AnalyticsGoogleSearchSEOWebmaster Tools

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

google-search-console-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Standard Google API error response.",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}