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.12.0.0
Syntax Members
| Member name | Value | Description |
---|
| GeneralError | 0 |
General system-related error.
|
| InternalError | 1 |
Internal error, please contact support@onixs.biz to investigate the issue.
|
| SET_SOCKET_OPTION_ERROR | 2 |
Socket options cannot be set.
|
| RESTORE_SESSION_STATE_ERROR | 3 |
Session state cannot be restored.
|
| BACKUP_ERROR | 4 |
Cannot backup the file.
|
| ERROR_WHILE_READING_SENT_MESSAGES | 5 |
Exception was thrown during the reading of the sent message.
|
See Also