Microsoft Azure · Schema

CloudError

An error response from the Container service.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
error object Details about the error.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-cloud-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CloudError",
  "type": "object",
  "description": "An error response from the Container service.",
  "properties": {
    "error": {
      "type": "object",
      "description": "Details about the error."
    }
  }
}