EMPTY_PAGE | "EMPTY_PAGE" | The operation would create or serialize a document without pages. |
INTERNAL_ERROR | "INTERNAL_ERROR" | An internal serialization invariant was violated. |
INVALID_ANNOTATION | "INVALID_ANNOTATION" | Annotation options or geometry are invalid. |
INVALID_ATTACHMENT | "INVALID_ATTACHMENT" | Attachment data or metadata is invalid. |
INVALID_COLOR | "INVALID_COLOR" | A color value is outside the supported range or shape. |
INVALID_COMPLIANCE | "INVALID_COMPLIANCE" | The requested output violates an enabled compliance profile. |
INVALID_DASH_PATTERN | "INVALID_DASH_PATTERN" | A vector path dash pattern is invalid. |
INVALID_DESTINATION | "INVALID_DESTINATION" | A named destination or page target is invalid. |
INVALID_DOCUMENT_JSON | "INVALID_DOCUMENT_JSON" | A declarative JSON document description is malformed. |
INVALID_ENCRYPTION | "INVALID_ENCRYPTION" | Encryption options or encrypted data are invalid. |
INVALID_FONT | "INVALID_FONT" | A font name, embedded font, or font program is invalid. |
INVALID_FORM_FIELD | "INVALID_FORM_FIELD" | A form field definition or update is invalid. |
INVALID_FORM_FIELD_NAME | "INVALID_FORM_FIELD_NAME" | A form field name is invalid due to naming conflicts (e.g. parent vs terminal). |
INVALID_GRAPHICS_STATE | "INVALID_GRAPHICS_STATE" | Graphics state operations are unbalanced or invalid. |
INVALID_IMAGE | "INVALID_IMAGE" | Image data or image placement options are invalid. |
INVALID_LINK | "INVALID_LINK" | A link target or link rectangle is invalid. |
INVALID_METADATA | "INVALID_METADATA" | Document metadata or XMP metadata is invalid. |
INVALID_NUMBER | "INVALID_NUMBER" | A numeric API argument is invalid. |
INVALID_NUMBER_TREE | "INVALID_NUMBER_TREE" | A number tree is corrupt or has invalid keys. |
INVALID_OPERATION | "INVALID_OPERATION" | A document-level operation was attempted in an unsupported state or combination. |
INVALID_OUTLINE | "INVALID_OUTLINE" | An outline item or outline target is invalid. |
INVALID_PAGE | "INVALID_PAGE" | A page reference, page index, or page edit is invalid. |
INVALID_PAGE_LABEL | "INVALID_PAGE_LABEL" | A page-label range is invalid. |
INVALID_PAGE_SIZE | "INVALID_PAGE_SIZE" | A page size name or custom page dimensions are invalid. |
INVALID_PATH | "INVALID_PATH" | Vector path commands or styles are invalid. |
INVALID_PDF | "INVALID_PDF" | The source PDF is malformed or unsupported for the requested operation. |
INVALID_TEXT | "INVALID_TEXT" | Text content or text layout options are invalid. |
INVALID_TRANSFORM | "INVALID_TRANSFORM" | A graphics transform matrix is invalid. |
LAYOUT_OVERFLOW | "LAYOUT_OVERFLOW" | Strict layout rendering detected content that cannot fit in its allotted region. |
SINK_CLOSED | "SINK_CLOSED" | A ByteSink or stream operation was attempted after the sink was closed. |
SINK_FULL | "SINK_FULL" | A ByteSink has reached its maximum configured capacity. |
UNREACHABLE | "UNREACHABLE" | A TypeScript type guard failure indicates an unreachable code path. |
UNSUPPORTED_CHARACTER | "UNSUPPORTED_CHARACTER" | Text contains a character unsupported by the selected font set. |
UNSUPPORTED_ENCRYPTION | "UNSUPPORTED_ENCRYPTION" | Source or output encryption mode is not supported. |
UNSUPPORTED_IMAGE_BIT_DEPTH | "UNSUPPORTED_IMAGE_BIT_DEPTH" | Image bit depth is not supported. |
UNSUPPORTED_IMAGE_COLOR_SPACE | "UNSUPPORTED_IMAGE_COLOR_SPACE" | Image color space is not supported. |
UNSUPPORTED_IMAGE_FORMAT | "UNSUPPORTED_IMAGE_FORMAT" | Image format is not supported. |
UNSUPPORTED_IMAGE_INTERLACE | "UNSUPPORTED_IMAGE_INTERLACE" | Interlaced image data is not supported. |
UNSUPPORTED_PAGE_TREE | "UNSUPPORTED_PAGE_TREE" | Page tree nesting exceeds maximum supported depth. |
UNSUPPORTED_SCRIPT | "UNSUPPORTED_SCRIPT" | A script (e.g. Devanagari, Thai) cannot be shaped by the current shaper. |
UNSUPPORTED_XREF_FORMAT | "UNSUPPORTED_XREF_FORMAT" | Cross-reference format is not supported. |