KCMS Application Developer's Guide

Warnings

A returned status code in the range KCS_WARNINGS_START to KCS_WARNINGS_END indicates a warning. Table 6-1describes the warning constants that the C API functions return.

Table 6-1 Warning Codes

Enumerated Warning Constant 

Description 

KCS_WARNINGS_START

The beginning of the defined warnings. 

KCS_ATTR_LARGE_CT_SUPPLIED

Attribute count supplied field was unexpectedly large. 

KCS_CANNOT_DEOPTIMIZE

Original data not available so optimization cannot be changed. 

KCS_CANNOT_OPTIMIZE

This profile cannot be optimized. 

KCS_OPERATION_CANCELLED

This operation was cancelled by the application's user. 

KCS_SPEC_CMM_NOT_FOUND

Specified CMM was not found. 

KCS_TRUNCATED

The buffer you supplied was too small. Therefore, the data in it was truncated. 

KCS_WARNINGS_END

Marks end of KcsStatusId warnings currently defined.