Pcderror – Kofax DM API User Manual

Page 70

Advertising
background image

50

C

HAPTER

3

PCDError

PCDError

This object is a base object for all other PCDClient objects. It provides
common properties that you access through the other objects to get
error information.

Usage

You do not have to create an instance of this object. All other
PCDClient methods access it directly.

Example

All PCDClient objects can access the PCDError objects properties
without creating a PCDError object in their application. Most of the
sample code in this guide contains examples of how the

ErrNumber

and

ErrDescription

properties are accessed.

The section titled

Fetching a DM Document Object

in Chapter 1 is one

of the many examples that illustrate how you can use PCDError
properties in your custom applications.

Related Items

See the following properties:

ErrDescription
ErrNumber

Advertising