ToString Method Table of ContentHandler.Feed Enumeration
Error reason.

Namespace: Onixs.CmeFastHandler
Assembly: Onixs.CmeFastHandler-3.5-x86 (in Onixs.CmeFastHandler-3.5-x86.dll) Version: 2.11.6.1 (2.11.6.1)

Syntax

C#
public enum ErrorReason

Members

Member nameValueDescription
Unknown0 Unknown reason.
CannotProcessSnapshotMessage1 Error while processing snapshot message.
CannotProcessIncrementalMessage2 Error while processing incremental message.
CannotProcessSecurityDefinition3 Error while processing security definition message.
ReceivingDataFromFeedError4 Error while receiving data from UDP feed.
CannotReplayFromChannel5 Error while replaying messages from replay channel.
UserHandlerError6 Error in user handler.
QueuedMessagesReplayFailed7 Error during queued message replay.

See Also