Skip to content

File SolidSyslogPassthroughBufferErrors.h

FileList > Core > Interface > SolidSyslogPassthroughBufferErrors.h

Go to the source code of this file

Error codes and Source identity for the PassthroughBuffer.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogPassthroughBufferErrors
Detail codes for events whose Source is PassthroughBufferErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource PassthroughBufferErrorSource
The identity for events raised by a PassthroughBuffer.

Public Types Documentation

enum SolidSyslogPassthroughBufferErrors

Detail codes for events whose Source is PassthroughBufferErrorSource.

enum SolidSyslogPassthroughBufferErrors {
    PASSTHROUGHBUFFER_ERROR_POOL_EXHAUSTED,
    PASSTHROUGHBUFFER_ERROR_UNKNOWN_DESTROY,
    PASSTHROUGHBUFFER_ERROR_NULL_SENDER,
    PASSTHROUGHBUFFER_ERROR_MAX
};

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


Public Attributes Documentation

variable 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