Previous Topic: Get Existing Classifications and Classify if RequiredNext Topic: Error Codes


CCS API Error Codes

This section details the error codes that can be returned from the CCS API methods.

Understanding the Error Code Format

The error codes are returned in the API as integers, but are formatted as 32-bit HRESULT structures as is common on Microsoft Windows.

These errors codes values can be checked directly in code against the values listed here. If required, they can also be interrogated using the standard HRESULT macros.

This section contains the following topics:

Error Codes