ApiErrorBase

Api error base.

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Properties

Name Type Description
code string The error code.
message string The error message.
target string The target of the particular error.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-virtual-machines-apierrorbase-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiErrorBase",
  "title": "ApiErrorBase",
  "type": "object",
  "description": "Api error base.",
  "properties": {
    "code": {
      "type": "string",
      "description": "The error code."
    },
    "message": {
      "type": "string",
      "description": "The error message."
    },
    "target": {
      "type": "string",
      "description": "The target of the particular error."
    }
  }
}