Click or drag to resize

ErrorCode Enumeration

Enumeration for error code.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public enum ErrorCode
Members
Member nameValueDescription
e_ErrSuccess0 Success, and no error occurs.
e_ErrCancel1 Cancel conversion.
e_ErrFile2 File cannot be found or could not be opened.
e_ErrPDFPassword3 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_ErrPDFPage4 PDF page not found or content error.
e_ErrPDFFormat5 Format is invalid. For files, this may also mean that file is corrupted.
e_ErrPDFSecurity6 PDF document is encrypted by some unsupported security handler.
e_ErrOutOfMemory7 Out-of-memory error occurs.
e_ErrIO8 System IO error occurs.
e_ErrCompress9 Folder compression failed.
e_ErrLicenseInvalid20 The license is invalid.
e_ErrLicenseExpire21 The license has expired.
e_ErrLicenseUnsupportedPlatform22 The license does not support the current platform.
e_ErrLicenseUnsupportedID23 The license does not support the application id.
e_ErrLicenseUnsupportedDevice24 The license does not support the device id.
e_ErrLicensePermissionDeny25 The license does not have the function permission.
e_ErrLicenseUninitialized26 License has not been initialized.
e_ErrLicenseIllegalAccess27 Illegal access to the API interface.
e_ErrLicenseFileReadFailed28 Failed to read license file.
e_ErrLicenseOCRPermissionDeny29 The license does not have OCR permissions.
e_ErrNoTable40 There are no tables in the PDF document.
e_ErrOCRFailure41 OCR recognition failed.
e_ErrConverting60 Currently executing conversion task.
e_ErrInvalidArg80 Invalid argument provided.
e_ErrInvalidHandle81 The handle is invalid, possibly uninitialized or already released.
e_ErrModelInvalidFormat82 The model file format is invalid or corrupted.
e_ErrModelFunctionUnsupported83 The model does not support the requested function or operation.
e_ErrModelFormatUnsupported84 The model format is not supported by this system or SDK.
e_ErrModelSDKMismatch85 The model is incompatible with the current SDK version.
e_ErrImageDataEmpty86 The image data is empty or not provided.
e_ErrImageWHError87 The image width or height is invalid (e.g., less than or equal to zero).
e_ErrImageUnsupportedFormat88 The image format is not supported (e.g., not RGB, YUV, etc.).
e_ErrImageInvalid89 The image is invalid or corrupted.
e_ErrExpire90 The resource (e.g., license, token) has expired.
e_ErrMissingArg91 A required argument is missing.
e_ErrLicenseUnsupportedAPI92 The current license does not support calling this API.
e_ErrLicenseMismatch93 The license does not match the device, module, or version.
e_ErrInvalidTable94 The table data is invalid or null.
e_ErrUnknown100 Any unknown error occurs.
e_ErrLibraryNotLoad1,000 Current library has not been loaded yet.
See Also