Cisco Cisco Computer Telephony Integration Option 8.5 开发者指南

下载
页码 546
 
3-5
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 3      CIL Coding Conventions
CIL Error Codes
Table 3-2
CIL Error Codes
CIL Error Code
Numeric 
Value
Description
CIL_OK      
1
The method succeeded.
CIL_FAIL    
0
The method failed.
E_CTIOS_METHOD_NO_ 
IMPLEMENTED   
-99
There is no implementation available for this method.
E_CTIOS_INVALID_ 
PROPERTY
-100
One or more properties are invalid.
E_CTIOS_MODE_CONFLICT -101
A conflict when setting session mode.
E_CTIOS_INVALID_ 
EVENTID
-102
The Event ID is not valid.
E_CTIOS_INVALID_ 
ARGUMENT
-103
The Argument is not valid.
E_CTIOS_INVALID_ 
SESSION
-104
The Session is not valid.
E_CTIOS_UNEXPECTED
-105
An unexpected error has occurred.
E_CTIOS_OBJ_ALLOCATIO
N_FAILED
-106
There is not enough memory available and an creation of 
CCtiOsObject failed.
E_CTIOS_ARRAYREF_ 
ALLOCATION_FAILED
-107
There is not enough memory available and an creation of 
an array of references to objects of type CCtiOsObject 
failed.
E_CTIOS_ARGUMENT_ 
ALLOCATION_FAILED
-108
There is not enough memory available and an creation of 
an object of type Arguments failed.
E_CTIOS_TARGET_ 
OBJECT_ NOT_FOUND
-109
There are no CTI OS Objects capable of processing an 
incoming event
E_CTIOS_PROP_ 
ATTRIBUTES_ACCESS_ 
FAILED
-110
An error occurred while accessing a property's attributes, 
System may be running out of memory.
E_CTIOS_INVALID_ 
OBJECT_TYPE
-111
The object type is not one of the following predefined 
types CAgent, CCall, CSkillGroups, or CWaitObject.
E_CTIOS_INVALID_AGENT
-112
No valid agent.