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