File SolidSyslogMetaSdErrors.h¶
FileList > Core > Interface > SolidSyslogMetaSdErrors.h
Go to the source code of this file
Error codes and Source identity for the MetaSd.
#include "ExternC.h"
Public Types¶
| Type | Name |
|---|---|
| enum | SolidSyslogMetaSdErrors Detail codes for events whose Source is MetaSdErrorSource. |
Public Attributes¶
| Type | Name |
|---|---|
| const struct SolidSyslogErrorSource | MetaSdErrorSource The identity for events raised by a MetaSd. |
Public Types Documentation¶
enum SolidSyslogMetaSdErrors¶
Detail codes for events whose Source is MetaSdErrorSource.
enum SolidSyslogMetaSdErrors {
METASD_ERROR_NULL_CONFIG,
METASD_ERROR_NULL_COUNTER,
METASD_ERROR_POOL_EXHAUSTED,
METASD_ERROR_UNKNOWN_DESTROY,
METASD_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
variable MetaSdErrorSource¶
The identity for events raised by a MetaSd.
A handler matches by address (event->Source == &MetaSdErrorSource), then reads event->Detail as an enum SolidSyslogMetaSdErrors.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogMetaSdErrors.h