Error codes for the inner error object.
{ "$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." } ] } }