Microsoft Azure · Schema

innerErrorCode

Error codes for the inner error object.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1
View JSON Schema on GitHub

JSON Schema

microsoft-azure-innererrorcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/innerErrorCode",
  "title": "innerErrorCode",
  "description": "Error codes for the inner error object.",
  "enum": [
    "ResponsibleAIPolicyViolation"
  ],
  "type": "string",
  "x-ms-enum": {
    "name": "InnerErrorCode",
    "modelAsString": true,
    "values": [
      {
        "value": "ResponsibleAIPolicyViolation",
        "description": "The prompt violated one of more content filter rules."
      }
    ]
  }
}