Microsoft Azure · Schema

ErrorResponse

Error response.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
error object The error object.
View JSON Schema on GitHub

JSON Schema

azure-openai-service-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Error response.",
  "properties": {
    "error": {
      "type": "object",
      "description": "The error object."
    }
  }
}