Previous Topic: Common Classes and TypesNext Topic: Types


Classes

This section details the classes that are in both the Dictionary service and the Classify service.

CCSAge

Defines a value based on the CCSAgeUnits type.

The class has the following properties:

Type

Type: CCSAgeUnits

Usage: Specifies the units for value

Value

Type: uint

Usage: The age value

CCSFault

This class is used to catch service exceptions on the client. If an exception occurs during the processing of a method in the CCS, a SOAP exception of this type is thrown and is caught by the client. If an exception of this type is caught, the client connection to the server is still valid and can be reused. For any other type of exception, the existing connection must be closed and a new one opened.

The class has the following properties:

ErrorCode

Type: int

Usage: An exception error code.

ErrorMessage

Type: String

Usage: An error message with information about the service exception.