Skip to content

File SolidSyslogPassthroughBufferErrors.h

FileList > Core > Interface > SolidSyslogPassthroughBufferErrors.h

Error codes and Source identity for the PassthroughBuffer.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogPassthroughBufferErrors

Detail codes for events whose Source is PassthroughBufferErrorSource.

enum SolidSyslogPassthroughBufferErrors {
    SOLIDSYSLOG_PASSTHROUGH_BUFFER_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_PASSTHROUGH_BUFFER_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_PASSTHROUGH_BUFFER_ERROR_NULL_SENDER,
    SOLIDSYSLOG_PASSTHROUGH_BUFFER_ERROR_MAX
};

A handler reads these off event->Detail after matching event->Source; the members name their own fault.


Public Attributes Documentation

PassthroughBufferErrorSource

The identity for events raised by a PassthroughBuffer.

const struct SolidSyslogErrorSource PassthroughBufferErrorSource;

A handler matches by address (event->Source == &PassthroughBufferErrorSource), then reads event->Detail as an enum SolidSyslogPassthroughBufferErrors.



The documentation for this class was generated from the following file Core/Interface/SolidSyslogPassthroughBufferErrors.h