Enumaration of common error codes of S/IP communication.

Namespace: EAL.Interfaces.Parameter
Assembly: 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 nameValueDescription
Unknown-1 Unknown error type
NO_ERROR0No error.
CONNECTION_ERROR1Connection can not be established.
TIMEOUT2Connection lost or timeout.
UNKNOWN_MESSAGE_TYPE3Service not supported by the server.
SERVICE_SPECIFIC4Service specific error --> see specific error code for details.
PDU_TOO_LARGE5This is a UDP specific error. Request or response does not fit to the UDP datagram.
PDU_SIZE_MISMATCH6 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.
EXCEPTION7 Exception

See Also