Microsoft Azure · Schema

innerError

Inner error with additional details.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
code object
content_filter_results object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-innererror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/innerError",
  "title": "innerError",
  "description": "Inner error with additional details.",
  "type": "object",
  "properties": {
    "code": {
      "$ref": "#/components/schemas/innerErrorCode"
    },
    "content_filter_results": {
      "$ref": "#/components/schemas/contentFilterPromptResults"
    }
  }
}