ErrorCode

Entries

Link copied to clipboard

Success, and no error occurs.

Link copied to clipboard

Conversion process was canceled.

Link copied to clipboard

File cannot be found or could not be opened.

Link copied to clipboard

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.

Link copied to clipboard

PDF page failed to load.

Link copied to clipboard

Format is invalid. For files, this may also mean that file is corrupted.

Link copied to clipboard

PDF document is encrypted by some unsupported security handler.

Link copied to clipboard

Out-of-memory error occurs.

Link copied to clipboard

System I/O error.

Link copied to clipboard

Folder compression failed.

Link copied to clipboard

The license is invalid.

Link copied to clipboard

The license has expired.

Link copied to clipboard

The license does not support the current platform.

Link copied to clipboard

The license does not support the application id.

Link copied to clipboard

The license does not support the device id.

Link copied to clipboard

The license does not have the function permission.

Link copied to clipboard

License has not been initialized.

Link copied to clipboard

Illegal access to the API interface.

Link copied to clipboard

Failed to read license file.

Link copied to clipboard

The license does not have OCR permissions.

Link copied to clipboard

No tables found in the source file.

Link copied to clipboard

Failed to call OCR recognition.

Link copied to clipboard

Currently executing conversion task.

Link copied to clipboard

Unknown error.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
fun valueOf(value: String): ErrorCode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.