Error code.
Enumerator |
---|
e_ErrSuccess | Success, and no error occurs.
|
e_ErrCancel | Conversion process was canceled.
|
e_ErrFile | File cannot be found or could not be opened.
|
e_ErrPDFPassword | 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_ErrPDFPage | PDF page failed to load.
|
e_ErrPDFFormat | Format is invalid. For files, this may also mean that file is corrupted.
|
e_ErrPDFSecurity | PDF document is encrypted by some unsupported security handler.
|
e_ErrOutOfMemory | Out-of-memory error occurs.
|
e_ErrIO | System I/O error.
|
e_ErrCompress | Folder compression failed.
|
e_ErrLicenseInvalid | The license is invalid.
|
e_ErrLicenseExpire | The license has expired.
|
e_ErrLicenseUnsupportedPlatform | The license does not support the current platform.
|
e_ErrLicenseUnsupportedID | The license does not support the application id.
|
e_ErrLicenseUnsupportedDevice | The license does not support the device id.
|
e_ErrLicensePermissionDeny | The license does not have the function permission.
|
e_ErrLicenseUninitialized | License has not been initialized.
|
e_ErrLicenseIllegalAccess | Illegal access to the API interface.
|
e_ErrLicenseFileReadFailed | Failed to read license file.
|
e_ErrLicenseOCRPermissionDeny | The license does not have OCR permissions.
|
e_ErrNoTable | No tables found in the source file.
|
e_ErrOCRFailure | Failed to call OCR recognition.
|
e_ErrConverting | Currently executing conversion task.
|
e_ErrUnknown | Unknown error.
|