Google BigQuery · Schema

ErrorProto

AnalyticsBig DataCloudData WarehouseServerlessSQL

Properties

Name Type Description
reason string A short error code that summarizes the error
location string Specifies where the error occurred
message string A human-readable description of the error
View JSON Schema on GitHub

JSON Schema

google-bigquery-errorproto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorProto",
  "title": "ErrorProto",
  "type": "object",
  "properties": {
    "reason": {
      "type": "string",
      "description": "A short error code that summarizes the error"
    },
    "location": {
      "type": "string",
      "description": "Specifies where the error occurred"
    },
    "message": {
      "type": "string",
      "description": "A human-readable description of the error"
    }
  }
}