KCMS Application Developer's Guide

KcsErrDesc

typedef struct KcsErrDesc_s {
      KcsStatusId              statId;
      long                     sysErrNo;
      char                     desc[256];               
 } KcsErrDesc;

KcsErrDesc contains useful information about an error.

The statId field contains the KcsStatusId. If the error was an I/O error, the sysErrNo field of KcsErrDesc contains the error number returned by the operating system. The desc field contains the description for the particular statId, for example, "Internal Color Processor Error." or "No description for this status id number."