Adobe Creative Suite · JSON Structure

Adobe Creative Suite Stock Error Response Structure

Standard error response

Type: object Properties: 2
CreativeDesignGraphicsPhotographyVideo

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

Properties

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-suite/refs/heads/main/json-structure/adobe-creative-suite-stock-error-response-structure.json",
  "name": "ErrorResponse",
  "description": "Standard error response",
  "type": "object",
  "properties": {
    "code": {
      "type": "int32",
      "description": "Numeric error code",
      "example": 1920
    },
    "message": {
      "type": "string",
      "description": "Human-readable error description",
      "example": "example_value"
    }
  }
}