Skip to content

File SolidSyslogPosixTcpStreamErrors.h

FileList > Interface > SolidSyslogPosixTcpStreamErrors.h

Go to the source code of this file

Error codes and Source identity for the PosixTcpStream adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogPosixTcpStreamErrors
Detail codes for events whose Source is PosixTcpStreamErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource PosixTcpStreamErrorSource
Identity for events raised by a PosixTcpStream.

Public Types Documentation

enum SolidSyslogPosixTcpStreamErrors

Detail codes for events whose Source is PosixTcpStreamErrorSource.

enum SolidSyslogPosixTcpStreamErrors {
    POSIXTCPSTREAM_ERROR_POOL_EXHAUSTED,
    POSIXTCPSTREAM_ERROR_UNKNOWN_DESTROY,
    POSIXTCPSTREAM_ERROR_MAX
};

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


Public Attributes Documentation

variable PosixTcpStreamErrorSource

Identity for events raised by a PosixTcpStream.

const struct SolidSyslogErrorSource PosixTcpStreamErrorSource;

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



The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixTcpStreamErrors.h