Error condition reason.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public enum ErrorReason
Visual Basic
Public Enumeration ErrorReason
Visual C++
public enum class ErrorReason

Members

Member nameValueDescription
CANNOT_RESTORE_CONNECTION3 FIX Connection cannot be restored.
MSG_SEQ_NUM_TOO_LOW2 The incoming message has a sequence number less than expected and the PossDupFlag is not set, it indicates a serious error. It is strongly recommended that the session be terminated and manual intervention be initiated.
FIRST_MESSAGE_NOT_A_LOGON1 First message received is not a Logon message.
NA0

See Also