PDFShift · Schema

Errors

PDFHTML to PDFDocument ConversionScreenshotChromiumREST API

Properties

Name Type Description
success boolean
errors object
code integer
View JSON Schema on GitHub

JSON Schema

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