OnixS BME SENAF Handler C++ library  2.2.0
API documentation
KnownErrors Struct Reference

#include <OnixS/Senaf/MarketData/Error.h>

Public Types

enum  Enum {
  Nothing, Generic, NotLicensed, BadConfiguration,
  BadPacket
}
 

Static Public Member Functions

static const char * toString (Enum value)
 

Detailed Description

Definition at line 30 of file Error.h.

Member Enumeration Documentation

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.

Definition at line 33 of file Error.h.

Member Function Documentation

static const char* toString ( Enum  value)
static

Returns string presentation of a value.


The documentation for this struct was generated from the following file: