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