OnixS ICE iMpact Multicast Price Feed Handler C++ library 8.18.0
API documentation
Loading...
Searching...
No Matches
KnownErrors Struct Reference

Public Types

enum  Enum

Static Public Member Functions

static const char * toString (Enum value)

Detailed Description

Definition at line 32 of file Error.h.

Member Enumeration Documentation

◆ Enum

enum Enum

List of known errors.

Enumerator
Nothing 

Indicates absence of error.

Generic 

Identifiers errors of generic nature.

NotLicensed 

Indicates License-related issues like there's no license available or license has been expired.

BadConfiguration 

Handler configuration is invalid.

BadPacket 

Network packet received by the Handler is corrupted.

BadMessage 

iMpact message has invalid structure.

MarketTypeIsNotPermitted 

Indicates that market type from subscription is not permitted for the user.

LogReplayFailure 

Indicates irrecoverable log replay failure.

LoginFailure 

Indicates ICE login failure.

Definition at line 35 of file Error.h.

Member Function Documentation

◆ toString()

const char * toString ( Enum value)
static

Returns string presentation of a value.