CloudError

An error response from the Compute service.

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-virtual-machines-clouderror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CloudError",
  "title": "CloudError",
  "type": "object",
  "description": "An error response from the Compute service.",
  "properties": {
    "error": {
      "$ref": "#/components/schemas/ApiError"
    }
  }
}