JobError

Error detail from a failed job or output

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
code string Error code
title string Short error title
description string Detailed error description
View JSON Schema on GitHub

JSON Schema

adobe-creative-suite-joberror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobError",
  "title": "JobError",
  "type": "object",
  "description": "Error detail from a failed job or output",
  "properties": {
    "code": {
      "type": "string",
      "description": "Error code",
      "example": "example_value"
    },
    "title": {
      "type": "string",
      "description": "Short error title",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "description": "Detailed error description",
      "example": "example_value"
    }
  }
}