Skip to content

File SolidSyslogTcpStreamErrors.h

FileList > Core > Interface > SolidSyslogTcpStreamErrors.h

Portable detail codes for the TCP-stream role, shared by every TCP backend.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogTcpStreamErrors

Detail codes a TCP stream reports through event->Detail, shared by every TCP backend whichever stack provides it.

enum SolidSyslogTcpStreamErrors {
    SOLIDSYSLOG_TCP_STREAM_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_TCP_STREAM_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_TCP_STREAM_ERROR_NULL_CONFIG,
    SOLIDSYSLOG_TCP_STREAM_ERROR_NULL_SLEEP,
    SOLIDSYSLOG_TCP_STREAM_ERROR_MAX
};

A handler that matches on these reacts to a fault identically whichever stack produced it, and keeps working when the backend is swapped.

event->Source still names the backend that spoke, for diagnosis. Which of these codes a given backend can raise is a property of that backend and is stated on its own page; a code it never raises is simply one a handler never sees.



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