Adobe Lightroom · Schema

ErrorResponse

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
code integer HTTP status code
description string Error description
errors array
View JSON Schema on GitHub

JSON Schema

lightroom-services-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer",
      "description": "HTTP status code"
    },
    "description": {
      "type": "string",
      "description": "Error description"
    },
    "errors": {
      "type": "array"
    }
  }
}