Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
Chapter 3      CIL Coding Conventions
CIL Error Codes
3-8
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Java methods can return the additional error codes listed in 
.
E_CTIOS_INVALID_ 
DECODER_OBJECT
-139
Invalid Decoder object.
E_CTIOS_NO_SM_ 
SESSION_IN_PROGRESS
-140
There are no Silent Monitor Sessions in progress.
E_CTIOS_INVALID_ 
SILENT_MONITOR_ 
SESSION
-141
The specified Silent Monitor session does not exist.
E_CTIOS_FAILED_ 
REMOVING_SILENT_ 
MONITOR_SESSION
-142
Silent Monitor Session was not removed from the 
collection.
E_CTIOS_IP_PHONE_ 
INFORMATION_NOT_ 
AVAILABLE
-143
There is no information available about the IP Phone.
E_CTIOS_PEER_NOT_ 
ENABLED_FOR_SILENT_ 
MONITOR
-144
The peer application is not enabled for Silent Monitor
E_CTIOS_NOT_ENABLED_ 
FOR_SILENT_MONITOR
-145
This application is not enabled for Silent Monitor.
E_CTIOS_COM_OBJ_ 
ALLOCATION_FAILED
-200
CoCreateInstance failed to create a COM object wrapper 
for a CIL Object (Session, Agent, Call, Skill, etc.).
E_CTIOS_COM_ 
CORRUPTED_REGISTRY
-201
A COM component failed to access data from the registry.
E_CTIOS_COM_DIALPAD_ 
FAIL_TO_LOAD
-202
The Dial Pad common dialog  was not created and 
CoCreateInstance failed.
E_CTIOS_COM_CONV_ 
COMPTR_TO_CPPPTR_ 
FAILED
-203
Failed converting COM pointer to C++ pointer.
E_CTIOS_COM_NOT_ 
INITIALIZED
-204
The MS COM library is not initialized. Invoke 
CoInitialize(...)
Table 3-3
C++ Only CIL Error Codes (continued)
C++ CIL Error Code
Numeric 
Value
Description