OnixS CME Drop Copy Handler for C++  5.3.0.0
Public Types | Static Public Member Functions | List of all members
KnownWarnings Struct Reference

List of known warnings. More...

Public Types

enum  Enum { Generic, ListenerFailure }
 List of known warnings. More...
 

Static Public Member Functions

static Enum deserialize (const char *value)
 Returns constant from its text presentation.
 
static const char * toString (Enum value)
 Returns description of a particular warning.
 

Detailed Description

List of known warnings.

Member Enumeration Documentation

enum Enum

List of known warnings.

Enumerator
Generic 

General-purpose warning.

ListenerFailure 

Indicates failure in the user-space code.

When the Handler catches exception from the user-space code, warning of given code reported.