![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
EDL errors. Many of the EDL APIs return an (unsigned) integer result code where EDL_OK (0) indicates "success" and a non-zero value indicates an error of some kind.
A look-up function is provided to convert these integer result codes into (localizable) strings (see EDL::getEDLErrorString())
More...
EDL errors. Many of the EDL APIs return an (unsigned) integer result code where EDL_OK (0) indicates "success" and a non-zero value indicates an error of some kind.
A look-up function is provided to convert these integer result codes into (localizable) strings (see EDL::getEDLErrorString())
enum EDLErrorCode |
These result codes are returned by a Mako API as an unsigned integer result code. EDL_OK (0) indicates "success" whereas a non-zero value indicates an error of some kind.
Enumerator | ||
---|---|---|
EDL_OK | 0 | |
EDL_ERR_PANIC | 1 | Unstable state - abort the application. |
EDL_ERR_UNDEFINED | 2 | Undefined error. |
EDL_ERR_LICENSE | 3 | Invalid serial number or licence provided. |
EDL_ERR_FILENOTFOUND | 4 | File not found. |
EDL_ERR_CORRUPT_PNG_IMAGE | 5 | Corrupt PNG image encountered. |
EDL_ERR_OUTOFMEMORY | 6 | Out of memory. |
EDL_ERR_READ | 7 | Read error. |
EDL_ERR_LARGE_FILE | 8 | File too large. |
EDL_ERR_OPENFORWRITE | 9 | Open file for write failed. |
EDL_ERR_WRITE | 10 | Write failed. |
EDL_ERR_IOERROR | 11 | General IO error. |
EDL_ERR_COMPRESS | 12 | Compression error. |
EDL_ERR_CONFIG | 13 | Configuration error. |
EDL_ERR_RESTRICTED_FONT | 14 | A restricted font has been encountered. |
EDL_ERR_ABORTED | 15 | Job aborted by user. |
EDL_ERR_BAD_ARGUMENTS | 16 | General error for bad arguments passed to an API function. |
EDL_ERR_VECTOR_ERROR | 17 | An out-of range value was accessed in a CEDLVector. |
EDL_ERR_BAD_FONT_MAP | 18 | An error was found in a FontMap file. |
EDL_ERR_UNICODE | 19 | An invalid Unicode string was encountered. |
EDL_ERR_PAGE_TOO_LARGE | 20 | A page was too large to be used. |
EDL_ERR_OPENFORREAD | 21 | Open for read failed. |
JM_ERR_GENERAL | 99 | A general error occurred. Additional information will be provided with the exception. |
JM_ERR_UNSUPPORTED | 100 | An attempt was made to use an unsupported, unimplemented feature. |
JM_ERR_REVERT_FAILED | 101 | An attempt was made to revert a page that could not be performed. |
JM_ERR_TARGET_NOT_FOUND | 102 | A target with the given DOMid was not found. |
JM_ERR_RANGE_ERROR | 103 | An attempt was made to request or add an item from the API with an out-of-bounds index. |
JM_ERR_PAGE_NOT_FOUND | 104 | The given page was not found in a document. |
JM_ERR_DOCUMENT_NOT_FOUND | 105 | The given document was not found in an assembly. |
JM_DUPLICATE_FIELD_PARTIAL_NAME | 106 | A field with a duplicate partial name was found. |
JM_ERR_FORM_FIELD_NOT_FOUND | 107 | The given form field was not found. |
JM_ERR_DUPLICATE_WIDGET | 108 | A widget with a duplicate reference was not found. |
JM_ERR_WIDGET_NOT_FOUND | 109 | The given widget annotation or annotation reference could not be found. |
JM_ERR_BAD_CONFIGURATION | 110 | General configuration error. |
JM_ERR_APPEARANCE_NOT_FOUND | 111 | The required annotation appearance was not found. |
JM_ERR_ANNOTATION_NOT_FOUND | 112 | The required annotation was not found. |
JM_ERR_ANNOTATION_INVALID | 113 | An invalid annotation was found. |
JM_ERR_ASSEMBLY_WRITE_FORBIDDEN | 114 | The given assembly cannot be written due to security permissions. |
JM_ERR_FONT_NOT_FOUND | 115 | The requested font was not found. |
JM_ERR_TOO_MANY_PDFOUT_WRITERS | 116 | There are too many PDF Out writers currently in progress. |
JM_ERR_INFORMATION_NOT_AVAILABLE | 117 | The requested information is not yet available. |
JM_ERR_DIRECTORY_DOESNT_EXIST | 118 | A required directory does not exist on disk. |
JM_ERR_RESOURCE_NOT_FOUND | 119 | The requested resource could not be found. |
JM_ERR_BAD_UNICODE_CMAP | 120 | A bad ToUnicode CMap was encountered. |
JM_ERR_OPTIONAL_CONTENT_GROUP_NOT_FOUND | 121 | The requested optional content group was not found. |
JM_ERR_INVALID_OPTIONAL_CONTENT | 122 | Invalid optional content information encountered. |
JM_ERR_PCLXL | 123 | PCL/XL Processing error. |
JM_ERR_PCL | 124 | PCL5 Processing error. |
JM_ERR_PJL | 125 | PJL Processing error. |
JM_ERR_SYMBOLSET_NOT_FOUND | 126 | The requested PCL or PCL/XL symbol set was not found. |
JM_ERR_PDF_OBJECT_NOT_FOUND | 127 | An expected PDF object was not found. |
JM_ERR_INVALID_PDF_OBJECT | 128 | An invalid PDF object was encountered. |
JM_ERR_INCORRECT_PDF_OBJECT_TYPE | 129 | A PDF object of an invalid/unexpected type was encountered. |
JM_ERR_IJPDS | 130 | IJPDS Processing error. |
JM_ERR_ATTEMPTED_WRITE_ON_OPEN_INPUT | 131 | An attempt was made to open a writable stream on a file a file referenced by an open input. |
JM_ERR_TTF_INSTRUCTIONS | 132 | Invalid TrueType instructions were encountered. |
JM_ERR_APEX_VULKAN_LOADER_LIBRARY_FAILED | 133 | Apex failed to load the Vulkan loader library. |
JM_ERR_APEX_NO_VULKAN_DEVICES | 134 | Apex failed to find any suitable Vulkan devices. |
JM_ERR_INVALID_RENDER_SPEC | 135 | Invalid render spec. |
EDL_ERR_BAD_DIMENSIONS | 501 | Bad dimensions specified for an object. |
EDL_ERR_NULL_NODE | 502 | An unexpected null DOM node pointer was encountered. |
EDL_ERR_BAD_BRUSH | 503 | A bad brush was encountered. |
EDL_ERR_DOM_CREATION_FAILED | 504 | Failure while attempting to create a DOM object. |
EDL_ERR_INVALID_DOM_ID | 505 | An invalid DOMid was encountered. |
EDL_ERR_INVALID_TYPE3_GLYPH | 506 | An invalid Type 3 Glyph was encountered. |
EDL_ERR_TYPE3_GLYPH_NOT_FOUND | 507 | A Type 3 glyph was not found. |
EDL_ERR_INVALID_GLYPHS | 508 | An invalid Glyphs node was encountered. |
EDL_ERR_BOUNDS_CALCULATION_FAILED | 509 | An error was encountered while trying to find the bounds of a node. |
EDL_ERR_NODE_ERROR | 510 | An error was encountered while manipulating a node. |
EDL_ERR_BAD_FONT | 511 | A bad font was encountered. |
EDL_ERR_BAD_GEOMETRY | 512 | Bad path geometry was encountered. |
EDL_ERR_IMMUTABLE_GEOMETRY | 513 | An attempt was made to edit an immutable geometry element. |
EDL_ERR_NO_COLOR_NAME | 514 | No color name could be determined for the given colorant. |
EDL_ERR_INVALID_ZIP | 1001 | XPS input: Invalid ZIP file encountered. |
EDL_ERR_NO_CONTENT_TYPE | 1002 | XPS input: Unable to retrieve the content type for the part. |
EDL_ERR_PROCESS_PART | 1003 | XPS input: Error processing the part. |
EDL_ERR_XPS_PROVIDER | 1004 | XPS input: XPS provider error. |
EDL_ERR_MISSING_RESOURCE | 1005 | XPS input: Missing resource. |
EDL_ERR_DTD_CONTENT | 1006 | XPS input: DTD content detected. |
EDL_ERR_MISSING_REQ_ATTRIBUTE | 1007 | XPS input: An element is missing a required attribute. |
EDL_ERR_INVALID_ATTRIBUTE | 1008 | XPS input: An invalid attribute has been encountered in the element. |
EDL_ERR_PROPERTY_ALREADY_SET | 1009 | XPS input: Attempt to set the same property twice. |
EDL_ERR_REMOTERESOURCE_REF | 1010 | XPS input: Remote resource dictionary references another remote resource dictionary. |
EDL_ERR_KEY_SET_NON_RESOURCE | 1011 | XPS input: Key attribute is set for an element that is not in the resource dictionary. |
EDL_ERR_UNSUPPORTED_GLYPHS | 1012 | XPS input: Unsupported glyphs encountered. |
EDL_ERR_INVALID_URI | 1013 | XPS input: Invalid URI encountered. |
EDL_ERR_DEFLATE | 1014 | XPS input: Deflate error. |
EDL_ERR_NO_KEY_RESDICT_OBJECT | 1015 | XPS input: Resource dictionary is missing the key attribute. |
EDL_ERR_ADD_OBJECT_RESDICT | 1016 | XPS input: Error adding the element to the resource dictionary. |
EDL_ERR_INVALID_ABBR_PATH | 1017 | XPS input: Error processing abbreviated path. |
EDL_ERR_NAMESPACE_NOT_UNDERSTOOD | 1018 | XPS input: Namespace is not understood. |
EDL_ERR_XML_PARSER | 1019 | XPS input: Parser error encountered. |
EDL_ERR_NO_REQ_ELEMENT | 1020 | XPS input: Element is missing a required subelement. |
EDL_ERR_MORE_THAN_ONE_ELEMENT | 1021 | XPS input: Element has more than one instance of a subelement. |
EDL_ERR_INVALID_ELEMENT | 1022 | XPS input: Element contains an invalid subelement. |
EDL_ERR_FALLBACK_BEFORE_CHOICE | 1023 | XPS input: Fallback element has been found before choice. |
EDL_ERR_PREFIX_NOT_DEFINED | 1024 | XPS input: Undefined prefix encountered. |
EDL_ERR_UNPREFIXED_ATTRIBUTE | 1025 | XPS input: Unprefixed attribute encountered. |
EDL_ERR_BROKEN_ELEMENT_SEQUENCE | 1026 | XPS input: Broken element sequence encountered. |
EDL_ERR_PREFIXED_ATTRIBUTE | 1027 | XPS input: Prefixed attribute encountered. |
EDL_ERR_INVALID_IMAGE | 1028 | XPS input: Invalid image encountered. |
EDL_ERR_NUMBER_REQ_ELEMENT | 1029 | XPS input: Insufficient elements of a particular type encountered. |
EDL_ERR_MISSING_XPS_PART | 1030 | XPS input: Missing XPS part. |
EDL_ERR_PRINTTICKET_EXISTS | 1031 | XPS input: PrintTicket already exists. |
EDL_ERR_MULTIPLE_STARTPARTS_RELS | 1032 | XPS input: Multiple StartPart relationships encountered. |
EDL_ERR_DICT_ITEM_PRESENT | 1033 | XPS input: Multiple items with the same key present. |
EDL_ERR_MULTIPLE_COREPROPERTIES_RELS | 1034 | XPS input: Multiple CoreProperty relationships encountered. |
EDL_ERR_MULTIPLE_DOCSTRUCTURE_RELS | 1035 | XPS input: Multiple DocumentStructure relationships encountered. |
EDL_ERR_MULTIPLE_THUMBNAIL_RELS | 1036 | XPS input: Multiple thumbnail relationships encountered. |
EDL_ERR_INVALID_THUMBNAIL_TYPE | 1037 | XPS input: Invalid thumbnail type encountered. |
EDL_ERR_PRESERVED_ITEMS_NOT_DECLARED_IGNORABLE | 1038 | XPS input: Unable to preserve items! The namespace is not declared as ignorable. |
EDL_ERR_MORE_THAN_ONE_GROUP_ELEMENT | 1039 | XPS input: Element contains more than one subelement. |
EDL_ERR_NO_REQ_GROUP_ELEMENT | 1040 | XPS input: Element requires one subelement. |
EDL_ERR_INVALID_COLOR_SPECIFICATION | 1041 | XPS input: Invalid color specification encountered. |
EDL_ERR_PROCESS_CONTENT_NOT_DECLARED_IGNORABLE | 1042 | XPS input: Namespace in ProcessContent attribute is not declared as ignorable. |
EDL_ERR_DUPLICATE_URI | 1043 | XPS input: Duplicate URI encountered. |
EDL_ERR_UNEXPECTED_RESOURCE | 1300 | XPS output: Unexpected resource encountered. |
EDL_ERR_DEVICE_OUTOFMEMORY | 1301 | XPS output: Insufficient device memory to process page. |
EDL_ERR_XPS_FROM_ENCRYPTED_SOURCE | 1302 | XPS output: Attempt to create XPS from an encrypted document. |
EDL_ERR_DELETE_OUTLINE_WITH_CLOSED_PARENT | 1600 | Outline: Attempt to delete outline entry with closed parent. |
EDL_ERR_APPEND_OUTLINE_TO_CLOSED_NODE | 1601 | Outline: Attempt to append outline entry to a closed node. |
EDL_ERR_FAILS_TO_ADD_OUTLINE_TO_METADATA_STORAGE | 1602 | Outline: Failed to append an outline entry to the metadata storage node. |
EDL_ERR_APPEND_EMPTY_ANNOTATION | 1700 | |
EDL_ERR_APPEND_ANNOTATION_WITHOUT_RECT | 1701 | |
EDL_ERR_INTERNAL_RIP | 2000 | Internal RIP error. |
EDL_ERR_OPEN_PDF | 2300 | PDF input: Error opening PDF. |
EDL_ERR_INVALID_PDF_PASSWORD | 2301 | PDF input: Error opening encrypted PDF; Invalid password and/or incorrect private key. |
EDL_ERR_PSOUT_GENERAL_FAILURE | 2400 | PS output: General error. |
EDL_ERR_PDFOUT_GENERAL_FAILURE | 2401 | PDF output: General error. |
EDL_ERR_INVALID_FONT | 2402 | PDF output: Error processing a font. |
EDL_ERR_INCOMPATIBLE_PDFA | 2403 | PDF/A output: Incompatible content found. |
EDL_ERR_INCOMPATIBLE_PDFX | 2404 | PDF/X output: Incompatible content found. |
EDL_ERR_BAD_COLOR_SPACE | 2500 | Color: A bad color space was encountered. |
EDL_ERR_COLOR_CONVERSION_FAILURE | 2501 | Color: Color conversion failed. |
EDL_ERR_INCOMPATIBLE_IMAGE_PARAMETER | 2600 | Image: An image encoder has been given an image or parameter that it cannot handle. |
EDL_ERR_IMAGE_PARAMETER_OUT_OF_RANGE | 2601 | Image: An image parameter for encoding or decoding is outside the expected range. |
EDL_ERR_IMAGE_DECODE_FAILURE | 2602 | Image: An image could not be decoded. |
EDL_ERR_IMAGE_ENCODE_FAILURE | 2603 | Image: An image could not be encoded. |
EDL_ERR_ZIP_WRITE_ONLY | 2700 | Zip: An attempt was made to retrieve a stream from a write-only Zip file. |
EDL_ERR_ZIP_PATH_NOT_FOUND | 2701 | Zip: An expected entry in a Zip package was not found. |
EDL_ERR_LICENSE_MISSING | 2800 | License: License checking indicated that required license information is missing. |
EDL_ERR_LICENSE_BAD_CONFIG | 2801 | License: |
EDL_ERR_LICENSE_INVALID | 2802 | License: License checking indicated that this license is invalid. |
EDL_ERR_LICENSE_BAD_AUTHMETHOD | 2803 | |
EDL_ERR_LICENSE_LIMIT_REACHED | 2804 | |
EDL_ERR_LICENSE_EXPIRED | 2805 | |
EDL_ERR_LICENSE_DISABLED | 2806 | |
EDL_ERR_LICENSE_NO_REMAINING_ACTIVATIONS | 2807 | |
EDL_ERR_INTERNAL | 3000 | Internal Error. |