Canva · Schema

ExportError

Error details for a failed export job

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
code string Error code indicating the reason for failure
message string Human-readable error message
View JSON Schema on GitHub

JSON Schema

canva-connect-export-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExportError",
  "type": "object",
  "description": "Error details for a failed export job",
  "properties": {
    "code": {
      "type": "string",
      "description": "Error code indicating the reason for failure"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    }
  }
}