forwardEngine.ErrorEventHandler Delegate   Table of ContentEngine.IncomingConnectionEventArgs Classforward
Engine.ErrorReason Enumeration
Error 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
GeneralError0 General system-related error.
InternalError1 Internal error, please contact support@onixs.biz to investigate the issue.
SET_SOCKET_OPTION_ERROR2 Socket options cannot be set.
RESTORE_SESSION_STATE_ERROR3 Session state cannot be restored.
BACKUP_ERROR4 Cannot backup the file.
ERROR_WHILE_READING_SENT_MESSAGES5 Exception was thrown during the reading of the sent message.
See Also