PDFix SDK  6.4.0
Error Codes

PDFix SDK Error Types. More...

Variables

_0_ kNoError = "No error."
 
_1_ kErrorUnknown = "Unknown error."
 
_2_ kErrorOutOfMemory = "Out of memory."
 
_3_ kErrorMalformedInput = "Malformed input parameter."
 
_4_ kErrorMethodNotImplemented = "Method is not implemented."
 
_5_ kErrorPathNotFound = "File or directory does not exist."
 
_6_ kErrorOperationCancelled = "Operation was cancelled."
 
_7_ kErrorReadingDataFile = "Failed to read data file."
 
_8_ kErrorInit = "Initialization failed."
 
_9_ kErrorIndexOutOfRange = "Index out of bounds of array."
 
_10_ kErrorIncompatiblePluginVersion = "Plugin version is incomatible."
 
_11_ kErrorPluginInitialization = "Plugin initialization fail."
 
_12_ kErrorWritingDataFile = "Failed to write data file."
 
_30_ kErrorPdfDocInvalid = "Invalid document."
 
_31_ kErrorPdfDocOpen = "Failed to open document."
 
_32_ kErrorPdfDocCreate = "Failed to create document."
 
_33_ kErrorPdfDocWrite = "Failed to write document."
 
_34_ kErrorPdfInvalidPassword = "Failed to open document. Invalid password."
 
_35_ kErrorPdfEncryptionFilter = "Failed to open document. Unknown encryption filter."
 
_60_ kErrorDocPreflightInvalid = "Document preflight is invalid."
 
_61_ kErrorDocPreflightInvalidValue = "Document preflight value is invalid."
 
_90_ kErrorPdfDigSigOpenPfxFile = "Error opening PFX file."
 
_91_ kErrorPdfDigSigInvalid = "Invalid digital signature object."
 
_92_ kErrorPdfDigSigReadFile = "Error reading signature file."
 
_93_ kErrorPdfDigSigCertOpenSystemStore = "Failed to open Certificate store."
 
_94_ kErrorPdfDigSigPFXImportCertStore = "Failed to import Certificate store."
 
_95_ kErrorPdfDigSigCertificateNotFound = "Certificate not found."
 
_96_ kErrorPdfDigSigPFXImportOpenSSL = "Failed to import PFX into OpenSSL."
 
_97_ kErrorPdfDigSigPFXParseOpenSSL = "Failed to read PFX file in OpenSSL."
 
_98_ kErrorPdfDigSigByteRange = "Error occured when looking for signature byte range."
 
_100_ kErrorPdfDigSigCryptSignMessage = "Crypt sign memory allocation error."
 
_101_ kErrorPdfDigSigTimeStampMessage = "Error reading timestamp message."
 
_102_ kErrorPdfDigSigTimeStampRequest = "Error occured when sending time stamp request."
 
_103_ kErrorPdfDigSigCryptHash = "Error occured when creating crypt hash."
 
_104_ kErrorPdfDigSigVerifyDetachedMessage = "Error verifying detached message."
 
_105_ kErrorPdfDigSigUnknownType = "Must be one of PdfDigSigType types."
 
_106_ kErrorPdfDigSigCallback = "Digital signature callbacks were not set properly."
 
_120_ kErrorPdsObjectInvalid = "Invalid object"
 
_121_ kErrorPdsObjectNotFound = "Object not found"
 
_150_ kErrorPdfPageInvalid = "Invalid page object."
 
_151_ kErrorPdfPageInvalidColorSpace = "Color Space has missing entries, cannot be used propery."
 
_152_ kErrorPdfPageInsert = "Inserting new page failed."
 
_170_ kErrorPdePageMapInvalid = "Invalid page map object."
 
_180_ kErrorPdfPageMapCreate = "Creating page map failed."
 
_183_ kErrorPdfPageMapTag = "Page map tag failed."
 
_210_ kErrorPdeObjectInvalid = "Invalid page map object"
 
_240_ kErrorPdfFontInvalid = "Invalid font object."
 
_242_ kErrorPdfFontWrite = "Failed to write font data."
 
_270_ kErrorPsImageOpen = "Failed to open image data."
 
_271_ kErrorPsImageFormatInvalid = "Invalid image format."
 
_272_ kErrorPsImageWrite = "Failed to write image data."
 
_275_ kErrorPsImageInvalid = "Invalid image object."
 
_300_ kErrorPdfAnnotInvalid = "Invalid annotation object."
 
_331_ kErrorPsRegexSearch = "Regex search failed."
 
_360_ kErrorPsEventInvalid = "Invalid event object."
 
_361_ kErrorPsEventExists = "Event is already registered."
 
_362_ kErrorPsEventNotFound = "Event is not registered."
 
_390_ kErrorPdfBookmarkInvalid = "Invalid bookmark object."
 
_420_ kErrorPsAuthorizationFailed = "Authorization failed."
 
_421_ kErrorPsAuthorizationNeeded = "Authorization needed to perform the operation."
 
_423_ kErrorPsAuthorizationPlatform = "Platform not authorized."
 
_424_ kErrorPsAuthorizationDate = "Authorization expired"
 
_425_ kErrorPsAuthorizationVersion = "Version number doesn't match."
 
_428_ kErrorPsAuthorizationConsumption = "Consupmtion limit reached."
 
_429_ kErrorPsAuthorizationOption = "Feature is not authorized in the current license."
 
_450_ kErrorPsStreamReadProcMissing = "Read stream callback is missing."
 
_451_ kErrorPsStreamWriteProcMissing = "Write stream callback is missing."
 
_452_ kErrorPsStreamGetSizeProcMissing = "GetSize stream callback is missing."
 
_480_ kErrorPdfAlternateNotFound = "Mathing alternate was not found."
 
_481_ kErrorPdfAlternateInvalid = "Invalid alternate object."
 
_482_ kErrorPdfAlternateResourceNotFound = "Resource not found error."
 
_510_ kErrorPdsStructTreeInvalid = "Invalid document struct tree object."
 
_511_ kErrorPdsStructElementNotFound = "Struct element not found."
 
_540_ kErrorPdfActionInvalid = "Invalid action object."
 
_560_ kErrorPdfViewDestInvalid = "Invalid view destination object."
 
_570_ kErrorDataFormatInvalid = "Invalid data format."
 
_600_ kErrorPdfFormFieldInvalid = "Invalid form field object"
 
_1000_ kErrorHtmlPdfDocInvalid = "Cannot create HTML document"
 
_1001_ kErrorHtmlPageOutOfRange = "Page range error"
 
_2000_ kErrorOcrTesseract = ""
 
_2001_ kErrorOcrTesseractInitialization = ""
 
_2002_ kErrorOcrTesseractMissingData = ""
 
_2003_ kErrorOcrTesseractMissingLanguage = ""
 
_2004_ kErrorOcrTesseractMissingPageImage = ""
 
_2005_ kErrorOcrTesseractProcessDoc = ""
 
_2006_ kErrorOcrTesseractProcessPage = ""
 
_2007_ kErrorOcrTesseractIteratePage = ""
 
_2008_ kErrorOcrTesseractMissingFont = ""
 

Detailed Description

PDFix SDK Error Types.