Adobe Creative Cloud · JSON Structure

Adobe Firefly Api Error Response Structure

ErrorResponse from Adobe API

Type: object Properties: 2
AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

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

Properties

error_code message

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-cloud/refs/heads/main/json-structure/adobe-firefly-api-error-response-structure.json",
  "name": "ErrorResponse",
  "description": "ErrorResponse from Adobe API",
  "type": "object",
  "properties": {
    "error_code": {
      "type": "string",
      "description": "Machine-readable error code.",
      "example": "example_value"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error description.",
      "example": "example_value"
    }
  }
}