Previous Topic: ClassesNext Topic: CCS API Usage Examples


Types

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

CCSAgeUnits

Specifies the units of time.

The Type has the following options:

Days

Specifies that the unit is days.

Value: 0

Hours

Specifies that the unit is hours.

Value: 1

Seconds

Specifies that the unit is seconds.

Value: 2

CCSResultType

Indicates the severity of the ErrorCode and ErrorMessage returned from a CCS API call.

The Type has the following options:

Information

Indicates the call succeeded and any message is for information only.

Value: 0

Warning

Indicates the call succeeded but there were warnings.

Value: 1

Error

Indicates there was an error in the call.

Value: 2