Enumeration for error code.
Values of this enumeration should be used alone.
Enumerator |
---|
e_ErrSuccess | Success, and no error occurs.
|
e_ErrFile | File cannot be found or could not be opened.
|
e_ErrFormat | Format is invalid. For files, this may also mean that file is corrupted.
|
e_ErrPassword | Invalid password. Usually, this error may occur when loading a PDF document with password. When meet this, user should load document again with correct password.
|
e_ErrHandle | Error handle.
|
e_ErrCertificate | Certificate error: PDF document is encrypted by digital certificate but current user does not have the correct certificate.
|
e_ErrUnknown | Any unknown error occurs.
|
e_ErrInvalidLicense | Invalid license is used to initialize Foxit PDF SDK library.
|
e_ErrParam | Parameter error: value of any input parameter for a function is invalid.
|
e_ErrUnsupported | Some types are not supported.
|
e_ErrOutOfMemory | Out-of-memory error occurs.
|
e_ErrSecurityHandler | PDF document is encrypted by some unsupported security handler.
|
e_ErrNotParsed | Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
|
e_ErrNotFound | Expected data or object is not found.
|
e_ErrInvalidType | The type of input object or current object is invalid.
|
e_ErrConflict | New data conflicts with existed data.
|
e_ErrUnknownState | Any unknown state occurs.
|
e_ErrDataNotReady | Data is not ready. Usually this is used as an exception error code when loading document in asynchronous way.
|
e_ErrInvalidData | Data of current object is invalid.
|
e_ErrXFALoadError | XFA loading error.
|
e_ErrNotLoaded | Current object has not been loaded yet.
|
e_ErrInvalidState | Invalid or incorrect state.
|
e_ErrNotCDRM | (For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
|
e_ErrCanNotConnectToServer | (For ConnectedPDF only) Cannot connect to ConnectedPDF server.
|
e_ErrInvalidUserToken | (For ConnectedPDF only) Input user token is invalid.
|
e_ErrNoRights | (For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
|
e_ErrRightsExpired | (For ConnectedPDF only) The rights of Current user has expired.
|
e_ErrDeviceLimitation | (For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
|
e_ErrCanNotRemoveSecurityFromServer | (For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
|
e_ErrCanNotGetACL | (For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
|
e_ErrCanNotSetACL | (For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
|
e_ErrIsAlreadyCPDF | (For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
|
e_ErrIsAlreadyCDRM | (For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
|
e_ErrCanNotUploadDocInfo | (For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
|
e_ErrCanNotUploadCDRMInfo | (For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
|
e_ErrInvalidWrapper | (For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
|
e_ErrCanNotGetClientID | (For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
|
e_ErrCanNotGetUserToken | (For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
|
e_ErrInvalidACL | (For ConnectedPDF only) Input ACL is invalid.
|
e_ErrInvalidClientID | (For ConnectedPDF only) Input client ID is invalid.
|