Products | Versions |
---|---|
TIBCO InConcert | - |
Not Applicable | - |
Resolution:
These error codes come from the underlying OS that is used. The the network errors 1 though 16 are in /usr/include/rpc/clnt.h. The network errors on PC clients, those above 10000, are in WINSOCK.H.
The File facility and OS error codes on UNIX are found in /usr/include/sys/errno.h.
NOTE: All code should call CxxIcStatus::translate to get the translation of the error code in to text. In IcJava this call is toString and is in the IcStatusFacility.