Adobe Creative Suite · JSON Structure

Adobe Creative Suite Firefly Error Response Structure

Standard error response body

Type: object Properties: 3
CreativeDesignGraphicsPhotographyVideo

ErrorResponse is a JSON Structure definition published by Adobe Creative Suite, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code message requestId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-structure/adobe-creative-suite-firefly-error-response-structure.json",
  "name": "ErrorResponse",
  "description": "Standard error response body",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Machine-readable error code",
      "example": "example_value"
    },
    "message": {
      "type": "string",
      "description": "Human-readable description of the error",
      "example": "example_value"
    },
    "requestId": {
      "type": "string",
      "description": "Unique identifier for the failed request, for support purposes",
      "example": "asset_abc123"
    }
  }
}