forwardErrorEventHandler Delegate   Table of ContentField Structureforward
ErrorReason Enumeration
Error condition reason.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public enum ErrorReason
Members
  Member nameValueDescription
NA0 Obsolete. Error reason is not specified.
GeneralError0
FIRST_MESSAGE_NOT_A_LOGON1 First message received is not a Logon message.
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 should be terminated and manual intervention should be initiated.
CANNOT_RESTORE_CONNECTION3 FIX Connection cannot be restored.
EXCEPTION_DURING_PROCESSING_OF_INCOMING_MESSAGE4 Exception was thrown during processing of an incoming message.
INVALID_INCOMING_MESSAGE5 There were any errors during parsing/validation of the incoming message.
EXCEPTION_IN_EVENT_HANDLER6
See Also