Enumaration of common error codes of S/IP communication.
Namespace: EAL.Interfaces.ParameterAssembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)
Syntax
| C# |
|---|
public enum PrameterReadWriteErrorCode |
| Visual Basic |
|---|
Public Enumeration PrameterReadWriteErrorCode |
| Visual C++ |
|---|
public enum class PrameterReadWriteErrorCode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | -1 | Unknown error type | |
| NO_ERROR | 0 | No error. | |
| CONNECTION_ERROR | 1 | Connection can not be established. | |
| TIMEOUT | 2 | Connection lost or timeout. | |
| UNKNOWN_MESSAGE_TYPE | 3 | Service not supported by the server. | |
| SERVICE_SPECIFIC | 4 | Service specific error --> see specific error code for details. | |
| PDU_TOO_LARGE | 5 | This is a UDP specific error. Request or response does not fit to the UDP datagram. | |
| PDU_SIZE_MISMATCH | 6 | This is a UDP specific error. The length of the received datagram does not confirm to the expected PDU size. This error indicates an incompatible implementation of the service. | |
| EXCEPTION | 7 | Exception |