Cisco Cisco Computer Telephony Integration Option 8.5 Guía Del Desarrollador

Descargar
Página de 668
 
3-5
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 3      CIL Coding Conventions
CIL Error Codes
The possible values of the error code returned from C++ and Java CIL methods 
are defined in 
Note
The numeric values listed in Table 3-2 are subject to change. It is recommended 
that you use the error code enumerations to check a given error code, rather than 
rely on a specific numeric value.
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