Error

An error response from the Cloud Storage JSON API.

ArchivalBackupBlob StorageCloud StorageDataFile StorageGoogle CloudObject StorageStorage

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

gcp-cloud-storage-json-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "An error response from the Cloud Storage JSON API.",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}