Microsoft Azure · Schema

dalleInnerError

Inner error with additional details.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
code object
content_filter_results object
revised_prompt string The prompt that was used to generate the image, if there was any revision to the prompt.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-dalleinnererror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dalleInnerError",
  "title": "dalleInnerError",
  "description": "Inner error with additional details.",
  "type": "object",
  "properties": {
    "code": {
      "$ref": "#/components/schemas/innerErrorCode"
    },
    "content_filter_results": {
      "$ref": "#/components/schemas/dalleFilterResults"
    },
    "revised_prompt": {
      "type": "string",
      "description": "The prompt that was used to generate the image, if there was any revision to the prompt."
    }
  }
}