PDFShift · Schema

Error

PDFHTML to PDFDocument ConversionScreenshotChromiumREST API

Properties

Name Type Description
success boolean
error string
code integer
View JSON Schema on GitHub

JSON Schema

error.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pdfshift/refs/heads/main/json-schema/error.json",
  "title": "Error",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "error": {
      "type": "string"
    },
    "code": {
      "type": "integer",
      "format": "int32"
    }
  }
}