OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Types | List of all members
ErrorCode Struct Reference

Handler error code. More...

Public Types

enum  Enum {
  UnknownError = 1, ConfigurationError, IncorrectLoginType, UserCallbackException,
  RuntimeError, InvalidArgument, InvalidOperation, SystemError,
  OutOfMemory, GeneralOmexApiError, UnknownSeries, InvalidSubscription,
  PasswordExpiredError = 1000
}
 

Detailed Description

Handler error code.

Member Enumeration Documentation

enum Enum
Enumerator
ConfigurationError 

Error in configuration file.

IncorrectLoginType 

Operation is not allowed for given login type.

UserCallbackException 

Error in user level.

RuntimeError 

Error data was received or some object become to an invalid state.

InvalidArgument 

Invalid argument provided.

InvalidOperation 

Operation can not be executed in given object state.

SystemError 

System-level error, like socket or file access error.

OutOfMemory 

Out of memory.

GeneralOmexApiError 

Error during call of omex API.

UnknownSeries 

Unknown series in broadcast.

PasswordExpiredError 

Password has expired.