| LkExceptionERRORCODE Enumeration |
Enumerated type of the error codes.
Namespace:
LinkarCommon
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax Public Enumeration ERRORCODE
public enum class ERRORCODE
Members
| Member name | Value | Description |
---|
| C0001 | 0 | Session Id NOT VALID |
| C0002 | 1 | Socket Exception (ONLY with COM assembly) |
| C0003 | 2 |
This error refers to errors originated in LINKAR Server. In the LkException InternalCode and InternalMessage properties you can check the LINKAR Server error codes. (See LINKAR Server error table)
|
| C0004 | 3 | Exception (ONLY with COM assembly) |
| C0005 | 4 | IP or Host NOT VALID |
| C0009 | 5 | CHECKSUM ERROR in Linkar communications |
See Also