File SolidSyslogBlockStoreErrors.h¶
FileList > Core > Interface > SolidSyslogBlockStoreErrors.h
Error codes and Source identity for the BlockStore.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogBlockStoreErrors¶
Detail codes for events whose Source is BlockStoreErrorSource.
enum SolidSyslogBlockStoreErrors {
SOLIDSYSLOG_BLOCK_STORE_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_BLOCK_STORE_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_BLOCK_STORE_ERROR_BLOCK_TOO_SMALL,
SOLIDSYSLOG_BLOCK_STORE_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
BlockStoreErrorSource¶
The identity for events raised by a BlockStore.
A handler matches by address (event->Source == &BlockStoreErrorSource), then reads event->Detail as an enum SolidSyslogBlockStoreErrors.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogBlockStoreErrors.h